aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32g0/src/bin/pwm_complementary.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32g0/src/bin/pwm_complementary.rs b/examples/stm32g0/src/bin/pwm_complementary.rs
index 98305ae42..97b163c40 100644
--- a/examples/stm32g0/src/bin/pwm_complementary.rs
+++ b/examples/stm32g0/src/bin/pwm_complementary.rs
@@ -20,7 +20,6 @@ use embassy_stm32::time::khz;
20use embassy_stm32::timer::complementary_pwm::{ComplementaryPwm, ComplementaryPwmPin}; 20use embassy_stm32::timer::complementary_pwm::{ComplementaryPwm, ComplementaryPwmPin};
21use embassy_stm32::timer::simple_pwm::PwmPin; 21use embassy_stm32::timer::simple_pwm::PwmPin;
22use embassy_stm32::timer::Channel; 22use embassy_stm32::timer::Channel;
23use embassy_stm32::Config as PeripheralConfig;
24use {defmt_rtt as _, panic_probe as _}; 23use {defmt_rtt as _, panic_probe as _};
25 24
26#[embassy_executor::main] 25#[embassy_executor::main]