diff options
Diffstat (limited to 'examples')
| -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)); |
