diff options
| author | WillaWillNot <[email protected]> | 2025-11-21 20:35:54 -0500 |
|---|---|---|
| committer | WillaWillNot <[email protected]> | 2025-11-21 20:44:07 -0500 |
| commit | 54d57bc72f0e2b3eef0fa92d0b730ed6efd7bcaa (patch) | |
| tree | 9e70765685114955ce4043a65acb0c09c022aec9 /examples/boot/application/stm32f7/src/bin | |
| parent | a5f7764eb4f01a0668cbd3b534cde486b97f5ba4 (diff) | |
Fixed broken examples/formatting reported by CI
Diffstat (limited to 'examples/boot/application/stm32f7/src/bin')
| -rw-r--r-- | examples/boot/application/stm32f7/src/bin/a.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/boot/application/stm32f7/src/bin/a.rs b/examples/boot/application/stm32f7/src/bin/a.rs index 5ec220c2e..db808934f 100644 --- a/examples/boot/application/stm32f7/src/bin/a.rs +++ b/examples/boot/application/stm32f7/src/bin/a.rs | |||
| @@ -7,11 +7,10 @@ use core::cell::RefCell; | |||
| 7 | use defmt_rtt::*; | 7 | use defmt_rtt::*; |
| 8 | use embassy_boot_stm32::{AlignedBuffer, BlockingFirmwareUpdater, FirmwareUpdaterConfig}; | 8 | use embassy_boot_stm32::{AlignedBuffer, BlockingFirmwareUpdater, FirmwareUpdaterConfig}; |
| 9 | use embassy_executor::Spawner; | 9 | use embassy_executor::Spawner; |
| 10 | use embassy_stm32::bind_interrupts; | ||
| 11 | use embassy_stm32::exti::{self, ExtiInput}; | 10 | use embassy_stm32::exti::{self, ExtiInput}; |
| 12 | use embassy_stm32::flash::{Flash, WRITE_SIZE}; | 11 | use embassy_stm32::flash::{Flash, WRITE_SIZE}; |
| 13 | use embassy_stm32::gpio::{Level, Output, Pull, Speed}; | 12 | use embassy_stm32::gpio::{Level, Output, Pull, Speed}; |
| 14 | use embassy_stm32::interrupt; | 13 | use embassy_stm32::{bind_interrupts, interrupt}; |
| 15 | use embassy_sync::blocking_mutex::Mutex; | 14 | use embassy_sync::blocking_mutex::Mutex; |
| 16 | use embedded_storage::nor_flash::NorFlash; | 15 | use embedded_storage::nor_flash::NorFlash; |
| 17 | use panic_reset as _; | 16 | use panic_reset as _; |
