diff options
Diffstat (limited to 'embassy-stm32/src/timer/complementary_pwm.rs')
| -rw-r--r-- | embassy-stm32/src/timer/complementary_pwm.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/timer/complementary_pwm.rs b/embassy-stm32/src/timer/complementary_pwm.rs index 72f1ec864..723e8506b 100644 --- a/embassy-stm32/src/timer/complementary_pwm.rs +++ b/embassy-stm32/src/timer/complementary_pwm.rs | |||
| @@ -10,7 +10,6 @@ use super::*; | |||
| 10 | #[allow(unused_imports)] | 10 | #[allow(unused_imports)] |
| 11 | use crate::gpio::sealed::{AFType, Pin}; | 11 | use crate::gpio::sealed::{AFType, Pin}; |
| 12 | use crate::gpio::{AnyPin, OutputType}; | 12 | use crate::gpio::{AnyPin, OutputType}; |
| 13 | use crate::time::Hertz; | ||
| 14 | use crate::Peripheral; | 13 | use crate::Peripheral; |
| 15 | 14 | ||
| 16 | /// Complementary PWM pin wrapper. | 15 | /// Complementary PWM pin wrapper. |
