Remove unused imports from test
This commit is contained in:
parent
c871fe0848
commit
a7b90c7fb6
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
use defmt::*;
|
use defmt::*;
|
||||||
use embassy_executor::Spawner;
|
use embassy_executor::Spawner;
|
||||||
use embassy_rp::flash::{ERASE_SIZE, FLASH_BASE};
|
use embassy_rp::flash::{ERASE_SIZE, FLASH_BASE};
|
||||||
use embedded_storage::nor_flash::{NorFlash, ReadNorFlash};
|
|
||||||
use {defmt_rtt as _, panic_probe as _};
|
use {defmt_rtt as _, panic_probe as _};
|
||||||
|
|
||||||
const ADDR_OFFSET: u32 = 0x4000;
|
const ADDR_OFFSET: u32 = 0x4000;
|
||||||
|
|
Loading…
Reference in a new issue