diff options
Diffstat (limited to 'embassy-rp/src/flash.rs')
| -rw-r--r-- | embassy-rp/src/flash.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-rp/src/flash.rs b/embassy-rp/src/flash.rs index 8fb5542f1..1b20561da 100644 --- a/embassy-rp/src/flash.rs +++ b/embassy-rp/src/flash.rs | |||
| @@ -352,7 +352,6 @@ impl<'d, T: Instance, M: Mode, const FLASH_SIZE: usize> NorFlash for Flash<'d, T | |||
| 352 | } | 352 | } |
| 353 | } | 353 | } |
| 354 | 354 | ||
| 355 | #[cfg(feature = "nightly")] | ||
| 356 | impl<'d, T: Instance, const FLASH_SIZE: usize> embedded_storage_async::nor_flash::ReadNorFlash | 355 | impl<'d, T: Instance, const FLASH_SIZE: usize> embedded_storage_async::nor_flash::ReadNorFlash |
| 357 | for Flash<'d, T, Async, FLASH_SIZE> | 356 | for Flash<'d, T, Async, FLASH_SIZE> |
| 358 | { | 357 | { |
| @@ -367,7 +366,6 @@ impl<'d, T: Instance, const FLASH_SIZE: usize> embedded_storage_async::nor_flash | |||
| 367 | } | 366 | } |
| 368 | } | 367 | } |
| 369 | 368 | ||
| 370 | #[cfg(feature = "nightly")] | ||
| 371 | impl<'d, T: Instance, const FLASH_SIZE: usize> embedded_storage_async::nor_flash::NorFlash | 369 | impl<'d, T: Instance, const FLASH_SIZE: usize> embedded_storage_async::nor_flash::NorFlash |
| 372 | for Flash<'d, T, Async, FLASH_SIZE> | 370 | for Flash<'d, T, Async, FLASH_SIZE> |
| 373 | { | 371 | { |
