diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-06 22:56:31 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-10-06 23:19:53 +0200 |
| commit | 8730a013c395cf0bf4c2fa8eeb7f138288103039 (patch) | |
| tree | 39eca5fbc4570bd0129c9a291f134de5dab98820 /embassy-boot-rp | |
| parent | abc8e450f936567ad42cb34b5d2a7941b206aa5d (diff) | |
Rustfmt for edition 2024.
Diffstat (limited to 'embassy-boot-rp')
| -rw-r--r-- | embassy-boot-rp/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-boot-rp/src/lib.rs b/embassy-boot-rp/src/lib.rs index dd049851a..d090aee49 100644 --- a/embassy-boot-rp/src/lib.rs +++ b/embassy-boot-rp/src/lib.rs | |||
| @@ -8,10 +8,10 @@ pub use embassy_boot::{ | |||
| 8 | AlignedBuffer, BlockingFirmwareState, BlockingFirmwareUpdater, BootError, BootLoaderConfig, FirmwareState, | 8 | AlignedBuffer, BlockingFirmwareState, BlockingFirmwareUpdater, BootError, BootLoaderConfig, FirmwareState, |
| 9 | FirmwareUpdater, FirmwareUpdaterConfig, State, | 9 | FirmwareUpdater, FirmwareUpdaterConfig, State, |
| 10 | }; | 10 | }; |
| 11 | use embassy_rp::flash::{Blocking, Flash, ERASE_SIZE}; | 11 | use embassy_rp::Peri; |
| 12 | use embassy_rp::flash::{Blocking, ERASE_SIZE, Flash}; | ||
| 12 | use embassy_rp::peripherals::{FLASH, WATCHDOG}; | 13 | use embassy_rp::peripherals::{FLASH, WATCHDOG}; |
| 13 | use embassy_rp::watchdog::Watchdog; | 14 | use embassy_rp::watchdog::Watchdog; |
| 14 | use embassy_rp::Peri; | ||
| 15 | use embassy_time::Duration; | 15 | use embassy_time::Duration; |
| 16 | use embedded_storage::nor_flash::{ErrorType, NorFlash, ReadNorFlash}; | 16 | use embedded_storage::nor_flash::{ErrorType, NorFlash, ReadNorFlash}; |
| 17 | 17 | ||
