refactor: change import style
This commit is contained in:
parent
89a1346d00
commit
99ce285397
@ -6,8 +6,7 @@ use core::mem::ManuallyDrop;
|
|||||||
use embassy_hal_internal::{into_ref, PeripheralRef};
|
use embassy_hal_internal::{into_ref, PeripheralRef};
|
||||||
|
|
||||||
use super::low_level::{CountingMode, OutputCompareMode, OutputPolarity, Timer};
|
use super::low_level::{CountingMode, OutputCompareMode, OutputPolarity, Timer};
|
||||||
use super::TimerBits;
|
use super::{Channel, Channel1Pin, Channel2Pin, Channel3Pin, Channel4Pin, GeneralInstance4Channel, TimerBits};
|
||||||
use super::{Channel, Channel1Pin, Channel2Pin, Channel3Pin, Channel4Pin, GeneralInstance4Channel};
|
|
||||||
use crate::gpio::{AfType, AnyPin, OutputType, Speed};
|
use crate::gpio::{AfType, AnyPin, OutputType, Speed};
|
||||||
use crate::time::Hertz;
|
use crate::time::Hertz;
|
||||||
use crate::Peripheral;
|
use crate::Peripheral;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user