diff --git a/boards/feather_rp2040/examples/feather_blinky.rs b/boards/feather_rp2040/examples/feather_blinky.rs index a6689f6..2a30f58 100644 --- a/boards/feather_rp2040/examples/feather_blinky.rs +++ b/boards/feather_rp2040/examples/feather_blinky.rs @@ -11,8 +11,8 @@ use feather_rp2040::{ hal::{ clocks::{init_clocks_and_plls, Clock}, pac, - Sio, watchdog::Watchdog, + Sio, }, Pins, XOSC_CRYSTAL_FREQ, }; diff --git a/rp2040-hal/src/lib.rs b/rp2040-hal/src/lib.rs index a20906b..6f70dc3 100644 --- a/rp2040-hal/src/lib.rs +++ b/rp2040-hal/src/lib.rs @@ -48,4 +48,4 @@ pub use i2c::I2C; pub use sio::Sio; pub use spi::Spi; pub use timer::Timer; -pub use watchdog::Watchdog; \ No newline at end of file +pub use watchdog::Watchdog;