Skip to content

Commit

Permalink
Merge pull request tock#4210 from lschuermann/dev/fix-clippy-merge-4179
Browse files Browse the repository at this point in the history
boards/pico_explorer_base/src/main.rs: remove unused imports to fix clippy checks
  • Loading branch information
alevy authored Oct 20, 2024
2 parents 87fade8 + c4d1355 commit a109dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/pico_explorer_base/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use rp2040::clocks::{
SystemAuxiliaryClockSource, SystemClockSource, UsbAuxiliaryClockSource,
};
use rp2040::gpio::{GpioFunction, RPGpio, RPGpioPin};
use rp2040::pio::{PIONumber, Pio, SMNumber, StateMachineConfiguration};
use rp2040::pio::Pio;
use rp2040::pio_pwm::PioPwm;
use rp2040::resets::Peripheral;
use rp2040::spi::Spi;
Expand Down

0 comments on commit a109dd6

Please sign in to comment.