Skip to content

Commit 2ea5221

Browse files
cargo fmt
1 parent 40fb078 commit 2ea5221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
use core::marker::PhantomData;
33

44
use crate::rcc::Rcc;
5+
use core::convert::Infallible;
56
use embedded_hal::digital::v2::PinState;
67
use hal::digital::v2::{toggleable, InputPin, OutputPin, StatefulOutputPin};
7-
use core::convert::Infallible;
88

99
/// Default pin mode
1010
pub type DefaultMode = Analog;

0 commit comments

Comments
 (0)