Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Kappen <[email protected]>
  • Loading branch information
scnx-meshlab-controller committed Mar 15, 2022
1 parent 549a63a commit d422bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arduino_mkrzero/examples/blinky_rtic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ mod app {
use super::*;
use bsp::hal;
use hal::clock::{ClockGenId, ClockSource, GenericClockController};
use hal::gpio::{v2::PB08, Output, Pin, PushPull};
use hal::pac::Peripherals;
use hal::rtc::{Count32Mode, Duration, Rtc};
use hal::gpio::{Pin, Output, PushPull, v2::PB08};

#[local]
struct Local {}
Expand Down

0 comments on commit d422bb1

Please sign in to comment.