REmove useless use

This commit is contained in:
Jonathan BAUDIN 2023-10-05 18:16:49 +02:00
parent 3e3771a7d7
commit 6bfd8100a4

View file

@ -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};