diff options
| author | Kaitlyn Kenwell <[email protected]> | 2023-12-14 09:38:49 -0500 |
|---|---|---|
| committer | Kaitlyn Kenwell <[email protected]> | 2023-12-14 09:38:49 -0500 |
| commit | 9cc5d8ac892d4efbb629ab3bafdf341edd50ca7e (patch) | |
| tree | 92563301f0a95726d8f233988045880f9a8ff569 /examples/boot | |
| parent | c1438fe87bf363b018231bd36e188c72679eb202 (diff) | |
fmt
Diffstat (limited to 'examples/boot')
| -rw-r--r-- | examples/boot/bootloader/stm32wb-dfu/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/boot/bootloader/stm32wb-dfu/src/main.rs b/examples/boot/bootloader/stm32wb-dfu/src/main.rs index a2b884770..db7039e8c 100644 --- a/examples/boot/bootloader/stm32wb-dfu/src/main.rs +++ b/examples/boot/bootloader/stm32wb-dfu/src/main.rs | |||
| @@ -31,7 +31,6 @@ fn main() -> ! { | |||
| 31 | for _ in 0..10000000 { | 31 | for _ in 0..10000000 { |
| 32 | cortex_m::asm::nop(); | 32 | cortex_m::asm::nop(); |
| 33 | } | 33 | } |
| 34 | |||
| 35 | 34 | ||
| 36 | let layout = Flash::new_blocking(p.FLASH).into_blocking_regions(); | 35 | let layout = Flash::new_blocking(p.FLASH).into_blocking_regions(); |
| 37 | let flash = Mutex::new(RefCell::new(layout.bank1_region)); | 36 | let flash = Mutex::new(RefCell::new(layout.bank1_region)); |
