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::{ 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,
}; };