Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Mar 23, 2024
1 parent 4e478ea commit a91b4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qei.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ use core::u16;

use core::marker::PhantomData;

use embedded_hal_02 as hal;
pub use hal::Direction;
#[cfg(any(feature = "stm32f100", feature = "stm32f103", feature = "connectivity",))]
use crate::pac::TIM1;
#[cfg(feature = "medium")]
use crate::pac::TIM4;
use crate::pac::{TIM2, TIM3};
use embedded_hal_02 as hal;
pub use hal::Direction;

use crate::afio::MAPR;

Expand Down

0 comments on commit a91b4a7

Please sign in to comment.