From 11aa0b87af05215dcb0e68565ddc6620e05468d9 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sat, 4 Dec 2021 15:38:25 +1100 Subject: [PATCH] Cargo fmt --- boards/feather_rp2040/examples/feather_blinky.rs | 2 +- rp2040-hal/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;