diff options
Diffstat (limited to 'embassy-embedded-hal/src/flash/partition/mod.rs')
| -rw-r--r-- | embassy-embedded-hal/src/flash/partition/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-embedded-hal/src/flash/partition/mod.rs b/embassy-embedded-hal/src/flash/partition/mod.rs index 42c8a308d..6177ed9ab 100644 --- a/embassy-embedded-hal/src/flash/partition/mod.rs +++ b/embassy-embedded-hal/src/flash/partition/mod.rs | |||
| @@ -2,11 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | use embedded_storage::nor_flash::{NorFlashError, NorFlashErrorKind}; | 3 | use embedded_storage::nor_flash::{NorFlashError, NorFlashErrorKind}; |
| 4 | 4 | ||
| 5 | #[cfg(feature = "nightly")] | ||
| 6 | mod asynch; | 5 | mod asynch; |
| 7 | mod blocking; | 6 | mod blocking; |
| 8 | 7 | ||
| 9 | #[cfg(feature = "nightly")] | ||
| 10 | pub use asynch::Partition; | 8 | pub use asynch::Partition; |
| 11 | pub use blocking::BlockingPartition; | 9 | pub use blocking::BlockingPartition; |
| 12 | 10 | ||
