Update pwm_complementary.rs

This commit is contained in:
Chen Yuheng 2024-06-19 11:04:40 +08:00
parent 0579d248ef
commit a3c6626f40

View File

@ -20,7 +20,6 @@ use embassy_stm32::time::khz;
use embassy_stm32::timer::complementary_pwm::{ComplementaryPwm, ComplementaryPwmPin};
use embassy_stm32::timer::simple_pwm::PwmPin;
use embassy_stm32::timer::Channel;
use embassy_stm32::Config as PeripheralConfig;
use {defmt_rtt as _, panic_probe as _};
#[embassy_executor::main]