mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue