Remove unused imports from test
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user