Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mateir-7 committed Oct 22, 2024
1 parent cc1bc97 commit 00d99a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boards/pico_explorer_base/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use components::led::LedsComponent;
use enum_primitive::cast::FromPrimitive;
use kernel::component::Component;
use kernel::hil::led::LedHigh;
use kernel::hil::pwm::Pwm;
use kernel::hil::usb::Client;
use kernel::platform::{KernelResources, SyscallDriverLookup};
use kernel::scheduler::round_robin::RoundRobinSched;
Expand Down

0 comments on commit 00d99a8

Please sign in to comment.