This commit is contained in:
Kaitlyn Kenwell 2023-12-14 09:38:49 -05:00 committed by Dario Nieuwenhuis
parent 29114c849d
commit b3e74ebc34

View File

@ -32,7 +32,6 @@ fn main() -> ! {
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));