mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
run cargo fmt
This commit is contained in:
parent
41327c1325
commit
2727fb266f
@ -6,7 +6,7 @@ use core::pin::Pin;
|
||||
use core::task::{Context, Poll};
|
||||
|
||||
use super::low_level::{CountingMode, FilterValue, InputCaptureMode, InputTISelection, Timer};
|
||||
use super::{CaptureCompareInterruptHandler, GeneralInstance4Channel, Channel, TimerPin};
|
||||
use super::{CaptureCompareInterruptHandler, Channel, GeneralInstance4Channel, TimerPin};
|
||||
pub use super::{Ch1, Ch2, Ch3, Ch4};
|
||||
use crate::gpio::{AfType, AnyPin, Pull};
|
||||
use crate::interrupt::typelevel::{Binding, Interrupt};
|
||||
|
@ -1,7 +1,7 @@
|
||||
//! PWM Input driver.
|
||||
|
||||
use super::low_level::{CountingMode, InputCaptureMode, InputTISelection, SlaveMode, Timer, TriggerSource};
|
||||
use super::{Ch1, Ch2, GeneralInstance4Channel, Channel, TimerPin};
|
||||
use super::{Ch1, Ch2, Channel, GeneralInstance4Channel, TimerPin};
|
||||
use crate::gpio::{AfType, Pull};
|
||||
use crate::time::Hertz;
|
||||
use crate::Peri;
|
||||
|
Loading…
x
Reference in New Issue
Block a user