Cargo fmt

This commit is contained in:
9names 2021-12-04 15:38:25 +11:00
parent 33ff337631
commit 11aa0b87af
2 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@ use feather_rp2040::{
hal::{
clocks::{init_clocks_and_plls, Clock},
pac,
Sio,
watchdog::Watchdog,
Sio,
},
Pins, XOSC_CRYSTAL_FREQ,
};

View file

@ -48,4 +48,4 @@ pub use i2c::I2C;
pub use sio::Sio;
pub use spi::Spi;
pub use timer::Timer;
pub use watchdog::Watchdog;
pub use watchdog::Watchdog;