stm32/pwm: fix unused import
This commit is contained in:
parent
9f1dac3f5d
commit
31ef783ac1
@ -5,7 +5,7 @@
|
|||||||
use defmt::*;
|
use defmt::*;
|
||||||
use embassy_executor::Spawner;
|
use embassy_executor::Spawner;
|
||||||
use embassy_stm32::pwm::complementary_pwm::{Ckd, ComplementaryPwm, ComplementaryPwmPin};
|
use embassy_stm32::pwm::complementary_pwm::{Ckd, ComplementaryPwm, ComplementaryPwmPin};
|
||||||
use embassy_stm32::pwm::simple_pwm::{PwmPin, SimplePwm};
|
use embassy_stm32::pwm::simple_pwm::PwmPin;
|
||||||
use embassy_stm32::pwm::Channel;
|
use embassy_stm32::pwm::Channel;
|
||||||
use embassy_stm32::time::khz;
|
use embassy_stm32::time::khz;
|
||||||
use embassy_time::{Duration, Timer};
|
use embassy_time::{Duration, Timer};
|
||||||
|
Loading…
Reference in New Issue
Block a user