aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/pwm_input.rs
diff options
context:
space:
mode:
authorGrant Miller <[email protected]>2024-09-06 15:08:58 -0500
committerGrant Miller <[email protected]>2024-09-06 15:08:58 -0500
commitb8beaba6df08c4455f55780a6e13191d95ad9eec (patch)
tree0f7ddde7691c4d2141e307fbbd44f8ddcb77c107 /examples/stm32g0/src/bin/pwm_input.rs
parentd24c47a3ff4a82786b67f06d876bafb1bdabc163 (diff)
last oops I promise
Diffstat (limited to 'examples/stm32g0/src/bin/pwm_input.rs')
-rw-r--r--examples/stm32g0/src/bin/pwm_input.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32g0/src/bin/pwm_input.rs b/examples/stm32g0/src/bin/pwm_input.rs
index 983705e2f..db9cf4f8a 100644
--- a/examples/stm32g0/src/bin/pwm_input.rs
+++ b/examples/stm32g0/src/bin/pwm_input.rs
@@ -14,7 +14,6 @@ use embassy_stm32::gpio::{Level, Output, OutputType, Pull, Speed};
14use embassy_stm32::time::khz; 14use embassy_stm32::time::khz;
15use embassy_stm32::timer::pwm_input::PwmInput; 15use embassy_stm32::timer::pwm_input::PwmInput;
16use embassy_stm32::timer::simple_pwm::{PwmPin, SimplePwm}; 16use embassy_stm32::timer::simple_pwm::{PwmPin, SimplePwm};
17use embassy_stm32::timer::Channel;
18use embassy_stm32::{bind_interrupts, peripherals, timer}; 17use embassy_stm32::{bind_interrupts, peripherals, timer};
19use embassy_time::Timer; 18use embassy_time::Timer;
20use {defmt_rtt as _, panic_probe as _}; 19use {defmt_rtt as _, panic_probe as _};