This commit is contained in:
Kaitlyn Kenwell 2023-12-14 09:38:49 -05:00
parent c1438fe87b
commit 9cc5d8ac89

View File

@ -32,7 +32,6 @@ fn main() -> ! {
cortex_m::asm::nop();
}
let layout = Flash::new_blocking(p.FLASH).into_blocking_regions();
let flash = Mutex::new(RefCell::new(layout.bank1_region));