diff options
| author | chemicstry <[email protected]> | 2022-07-14 21:45:44 +0300 |
|---|---|---|
| committer | chemicstry <[email protected]> | 2022-07-14 21:45:44 +0300 |
| commit | 0b70cc554ed7fef7dc1c720c3d5e634039dd729a (patch) | |
| tree | d804f81934379f3fc257c913935ef45f060f4531 /examples | |
| parent | f0027c9fe017eb2d12e6cb8294181d3e2dd8a5f0 (diff) | |
Fix unused imports
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f4/src/bin/flash.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/flash.rs b/examples/stm32f4/src/bin/flash.rs index 265072aea..13fd2c90b 100644 --- a/examples/stm32f4/src/bin/flash.rs +++ b/examples/stm32f4/src/bin/flash.rs | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | use defmt::{info, unwrap}; | 5 | use defmt::{info, unwrap}; |
| 6 | use embassy::executor::Spawner; | 6 | use embassy::executor::Spawner; |
| 7 | use embassy::time::{Duration, Timer}; | ||
| 8 | use embassy_stm32::flash::Flash; | 7 | use embassy_stm32::flash::Flash; |
| 9 | use embassy_stm32::Peripherals; | 8 | use embassy_stm32::Peripherals; |
| 10 | use embedded_storage::nor_flash::{NorFlash, ReadNorFlash}; | 9 | use embedded_storage::nor_flash::{NorFlash, ReadNorFlash}; |
