diff options
Diffstat (limited to 'embassy-boot/boot/src/lib.rs')
| -rw-r--r-- | embassy-boot/boot/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-boot/boot/src/lib.rs b/embassy-boot/boot/src/lib.rs index c76087ff1..15d3a4f21 100644 --- a/embassy-boot/boot/src/lib.rs +++ b/embassy-boot/boot/src/lib.rs | |||
| @@ -9,11 +9,9 @@ mod digest_adapters; | |||
| 9 | mod firmware_updater; | 9 | mod firmware_updater; |
| 10 | #[cfg(test)] | 10 | #[cfg(test)] |
| 11 | mod mem_flash; | 11 | mod mem_flash; |
| 12 | mod partition; | ||
| 13 | #[cfg(test)] | 12 | #[cfg(test)] |
| 14 | mod test_flash; | 13 | mod test_flash; |
| 15 | 14 | ||
| 16 | pub use partition::Partition; | ||
| 17 | // The expected value of the flash after an erase | 15 | // The expected value of the flash after an erase |
| 18 | // TODO: Use the value provided by NorFlash when available | 16 | // TODO: Use the value provided by NorFlash when available |
| 19 | pub(crate) const STATE_ERASE_VALUE: u8 = 0xFF; | 17 | pub(crate) const STATE_ERASE_VALUE: u8 = 0xFF; |
