Skip to content

Commit d20c86c

Browse files
committed
fmt
1 parent 3ca97af commit d20c86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qei.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ use core::u16;
88

99
use core::marker::PhantomData;
1010

11-
use embedded_hal_02 as hal;
12-
pub use hal::Direction;
1311
#[cfg(any(feature = "stm32f100", feature = "stm32f103", feature = "connectivity",))]
1412
use crate::pac::TIM1;
1513
#[cfg(feature = "medium")]
1614
use crate::pac::TIM4;
1715
use crate::pac::{TIM2, TIM3};
16+
use embedded_hal_02 as hal;
17+
pub use hal::Direction;
1818

1919
use crate::afio::MAPR;
2020

0 commit comments

Comments
 (0)