Skip to content

Commit

Permalink
Send
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 12, 2024
1 parent 979f6c8 commit bb9d8fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ impl RawHandle for EspPartition {
}
}

unsafe impl Send for EspPartition {}

/// Represents a partition mounted with the ESP-IDF Wear-Leveling algorithm on top
pub struct EspWlMount<'a> {
_partition: &'a mut EspPartition,
Expand Down

0 comments on commit bb9d8fe

Please sign in to comment.