REmove useless use
This commit is contained in:
parent
3e3771a7d7
commit
6bfd8100a4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
use cortex_m::delay::Delay;
|
use cortex_m::delay::Delay;
|
||||||
use pio_proc::pio_file;
|
use pio_proc::pio_file;
|
||||||
use rp2040_hal::gpio::{AnyPin, FunctionPio0, Pin};
|
use rp2040_hal::gpio::AnyPin;
|
||||||
use rp2040_hal::pio::{PIOExt, Running, StateMachine, StateMachineIndex, Tx};
|
use rp2040_hal::pio::{PIOExt, Running, StateMachine, StateMachineIndex, Tx};
|
||||||
use rp2040_hal::pio::{Rx, UninitStateMachine};
|
use rp2040_hal::pio::{Rx, UninitStateMachine};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue