mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
Cargo fmt
This commit is contained in:
parent
33ff337631
commit
11aa0b87af
|
@ -11,8 +11,8 @@ use feather_rp2040::{
|
||||||
hal::{
|
hal::{
|
||||||
clocks::{init_clocks_and_plls, Clock},
|
clocks::{init_clocks_and_plls, Clock},
|
||||||
pac,
|
pac,
|
||||||
Sio,
|
|
||||||
watchdog::Watchdog,
|
watchdog::Watchdog,
|
||||||
|
Sio,
|
||||||
},
|
},
|
||||||
Pins, XOSC_CRYSTAL_FREQ,
|
Pins, XOSC_CRYSTAL_FREQ,
|
||||||
};
|
};
|
||||||
|
|
|
@ -48,4 +48,4 @@ pub use i2c::I2C;
|
||||||
pub use sio::Sio;
|
pub use sio::Sio;
|
||||||
pub use spi::Spi;
|
pub use spi::Spi;
|
||||||
pub use timer::Timer;
|
pub use timer::Timer;
|
||||||
pub use watchdog::Watchdog;
|
pub use watchdog::Watchdog;
|
||||||
|
|
Loading…
Reference in a new issue