diff options
| author | Kaitlyn Kenwell <[email protected]> | 2023-12-13 16:19:59 -0500 |
|---|---|---|
| committer | Kaitlyn Kenwell <[email protected]> | 2023-12-13 16:19:59 -0500 |
| commit | b60b3f4eb8f22ecda1c30d63213010f1b6b47686 (patch) | |
| tree | d0df7e2f79e10cb6540f13970eb4474fd586ed28 /embassy-boot/boot | |
| parent | 702d2a1a193985c9b8da6fc5e532ac55b5485464 (diff) | |
Last fmt hopefully
Diffstat (limited to 'embassy-boot/boot')
| -rw-r--r-- | embassy-boot/boot/src/boot_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/boot_loader.rs b/embassy-boot/boot/src/boot_loader.rs index 340962a7a..b3970d867 100644 --- a/embassy-boot/boot/src/boot_loader.rs +++ b/embassy-boot/boot/src/boot_loader.rs | |||
| @@ -5,7 +5,7 @@ use embassy_sync::blocking_mutex::raw::NoopRawMutex; | |||
| 5 | use embassy_sync::blocking_mutex::Mutex; | 5 | use embassy_sync::blocking_mutex::Mutex; |
| 6 | use embedded_storage::nor_flash::{NorFlash, NorFlashError, NorFlashErrorKind}; | 6 | use embedded_storage::nor_flash::{NorFlash, NorFlashError, NorFlashErrorKind}; |
| 7 | 7 | ||
| 8 | use crate::{State, BOOT_MAGIC, STATE_ERASE_VALUE, SWAP_MAGIC, DFU_DETACH_MAGIC}; | 8 | use crate::{State, BOOT_MAGIC, DFU_DETACH_MAGIC, STATE_ERASE_VALUE, SWAP_MAGIC}; |
| 9 | 9 | ||
| 10 | /// Errors returned by bootloader | 10 | /// Errors returned by bootloader |
| 11 | #[derive(PartialEq, Eq, Debug)] | 11 | #[derive(PartialEq, Eq, Debug)] |
