aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/complementary_pwm.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-03-20 15:54:55 +0000
committerGitHub <[email protected]>2024-03-20 15:54:55 +0000
commit3845288ffb0418cc375430dd366a1a49ccee6f5a (patch)
tree1e35124eaade02da8f32ff7eac5dca58fc867c28 /embassy-stm32/src/timer/complementary_pwm.rs
parent6eb539a6a12a2c48dab694725db775f03058bf0b (diff)
parente5b9b5b3e95a82dbbc15c0688781bfb6fee572ac (diff)
Merge pull request #2718 from embassy-rs/update-nightly44
Update nightly Rust.
Diffstat (limited to 'embassy-stm32/src/timer/complementary_pwm.rs')
-rw-r--r--embassy-stm32/src/timer/complementary_pwm.rs1
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)]
11use crate::gpio::sealed::{AFType, Pin}; 11use crate::gpio::sealed::{AFType, Pin};
12use crate::gpio::{AnyPin, OutputType}; 12use crate::gpio::{AnyPin, OutputType};
13use crate::time::Hertz;
14use crate::Peripheral; 13use crate::Peripheral;
15 14
16/// Complementary PWM pin wrapper. 15/// Complementary PWM pin wrapper.