diff options
Diffstat (limited to 'embassy-boot/boot/src/test_flash')
| -rw-r--r-- | embassy-boot/boot/src/test_flash/blocking.rs | 1 | ||||
| -rw-r--r-- | embassy-boot/boot/src/test_flash/mod.rs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/embassy-boot/boot/src/test_flash/blocking.rs b/embassy-boot/boot/src/test_flash/blocking.rs index ba33c9208..5ec476c65 100644 --- a/embassy-boot/boot/src/test_flash/blocking.rs +++ b/embassy-boot/boot/src/test_flash/blocking.rs | |||
| @@ -51,7 +51,6 @@ where | |||
| 51 | } | 51 | } |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | #[cfg(feature = "nightly")] | ||
| 55 | impl<ACTIVE, DFU, STATE> BlockingTestFlash<ACTIVE, DFU, STATE> | 54 | impl<ACTIVE, DFU, STATE> BlockingTestFlash<ACTIVE, DFU, STATE> |
| 56 | where | 55 | where |
| 57 | ACTIVE: NorFlash + embedded_storage_async::nor_flash::NorFlash, | 56 | ACTIVE: NorFlash + embedded_storage_async::nor_flash::NorFlash, |
diff --git a/embassy-boot/boot/src/test_flash/mod.rs b/embassy-boot/boot/src/test_flash/mod.rs index a0672322e..79b15a081 100644 --- a/embassy-boot/boot/src/test_flash/mod.rs +++ b/embassy-boot/boot/src/test_flash/mod.rs | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #[cfg(feature = "nightly")] | ||
| 2 | mod asynch; | 1 | mod asynch; |
| 3 | mod blocking; | 2 | mod blocking; |
| 4 | 3 | ||
| 5 | #[cfg(feature = "nightly")] | ||
| 6 | pub(crate) use asynch::AsyncTestFlash; | 4 | pub(crate) use asynch::AsyncTestFlash; |
| 7 | pub(crate) use blocking::BlockingTestFlash; | 5 | pub(crate) use blocking::BlockingTestFlash; |
