diff options
Diffstat (limited to 'embassy-embedded-hal/src/flash/partition')
| -rw-r--r-- | embassy-embedded-hal/src/flash/partition/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-embedded-hal/src/flash/partition/mod.rs b/embassy-embedded-hal/src/flash/partition/mod.rs index a12e49ce1..42c8a308d 100644 --- a/embassy-embedded-hal/src/flash/partition/mod.rs +++ b/embassy-embedded-hal/src/flash/partition/mod.rs | |||
| @@ -11,7 +11,7 @@ pub use asynch::Partition; | |||
| 11 | pub use blocking::BlockingPartition; | 11 | pub use blocking::BlockingPartition; |
| 12 | 12 | ||
| 13 | /// Partition error | 13 | /// Partition error |
| 14 | #[derive(Debug)] | 14 | #[derive(Debug, PartialEq, Eq)] |
| 15 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 15 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
| 16 | pub enum Error<T> { | 16 | pub enum Error<T> { |
| 17 | /// The requested flash area is outside the partition | 17 | /// The requested flash area is outside the partition |
