diff options
| author | Mathias <[email protected]> | 2022-10-27 11:36:46 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-10-27 11:36:46 +0200 |
| commit | a7b90c7fb60e3814e929ee963fd328db2a138ca7 (patch) | |
| tree | a7cbbfa8f5b8df53442bf02d8e473b64df20d458 /tests | |
| parent | c871fe0848e50c8682b8a8d9fe8da31ca9185592 (diff) | |
Remove unused imports from test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/src/bin/flash.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rp/src/bin/flash.rs b/tests/rp/src/bin/flash.rs index 4cbd78fe9..51371963e 100644 --- a/tests/rp/src/bin/flash.rs +++ b/tests/rp/src/bin/flash.rs | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | use defmt::*; | 5 | use defmt::*; |
| 6 | use embassy_executor::Spawner; | 6 | use embassy_executor::Spawner; |
| 7 | use embassy_rp::flash::{ERASE_SIZE, FLASH_BASE}; | 7 | use embassy_rp::flash::{ERASE_SIZE, FLASH_BASE}; |
| 8 | use embedded_storage::nor_flash::{NorFlash, ReadNorFlash}; | ||
| 9 | use {defmt_rtt as _, panic_probe as _}; | 8 | use {defmt_rtt as _, panic_probe as _}; |
| 10 | 9 | ||
| 11 | const ADDR_OFFSET: u32 = 0x4000; | 10 | const ADDR_OFFSET: u32 = 0x4000; |
