mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
Remove unused imports
This commit is contained in:
parent
97adc129b8
commit
6beb7e35a6
@ -8,8 +8,6 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
use core::str::FromStr;
|
||||
|
||||
use defmt::*;
|
||||
use embassy_executor::Spawner;
|
||||
use embassy_futures::yield_now;
|
||||
@ -22,7 +20,7 @@ use embassy_rp::peripherals::PIO0;
|
||||
use embassy_rp::pio_programs::spi::Spi;
|
||||
use embassy_rp::spi::{Async, Config as SpiConfig};
|
||||
use embassy_rp::{bind_interrupts, pio};
|
||||
use embassy_time::{Delay, Duration, Timer};
|
||||
use embassy_time::{Delay, Duration};
|
||||
use embedded_hal_bus::spi::ExclusiveDevice;
|
||||
use embedded_io_async::Write;
|
||||
use static_cell::StaticCell;
|
||||
|
Loading…
x
Reference in New Issue
Block a user