Skip to content

Commit

Permalink
asynchronous/fw_update: Add missing Image impl for SliceImage
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ2011 committed Feb 12, 2025
1 parent 4ff2880 commit fd176c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asynchronous/fw_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ impl Seek for SliceImage<'_> {
}
}

impl Image for SliceImage<'_> {}

#[cfg(test)]
mod test {
use super::*;
Expand Down

0 comments on commit fd176c9

Please sign in to comment.