fmt
This commit is contained in:
parent
c1438fe87b
commit
9cc5d8ac89
@ -31,7 +31,6 @@ fn main() -> ! {
|
|||||||
for _ in 0..10000000 {
|
for _ in 0..10000000 {
|
||||||
cortex_m::asm::nop();
|
cortex_m::asm::nop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
let layout = Flash::new_blocking(p.FLASH).into_blocking_regions();
|
let layout = Flash::new_blocking(p.FLASH).into_blocking_regions();
|
||||||
let flash = Mutex::new(RefCell::new(layout.bank1_region));
|
let flash = Mutex::new(RefCell::new(layout.bank1_region));
|
||||||
|
Loading…
Reference in New Issue
Block a user