diff options
| author | Grant Miller <[email protected]> | 2024-09-06 15:08:58 -0500 |
|---|---|---|
| committer | Grant Miller <[email protected]> | 2024-09-06 15:08:58 -0500 |
| commit | b8beaba6df08c4455f55780a6e13191d95ad9eec (patch) | |
| tree | 0f7ddde7691c4d2141e307fbbd44f8ddcb77c107 /examples/stm32g0/src/bin/pwm_input.rs | |
| parent | d24c47a3ff4a82786b67f06d876bafb1bdabc163 (diff) | |
last oops I promise
Diffstat (limited to 'examples/stm32g0/src/bin/pwm_input.rs')
| -rw-r--r-- | examples/stm32g0/src/bin/pwm_input.rs | 1 |
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}; | |||
| 14 | use embassy_stm32::time::khz; | 14 | use embassy_stm32::time::khz; |
| 15 | use embassy_stm32::timer::pwm_input::PwmInput; | 15 | use embassy_stm32::timer::pwm_input::PwmInput; |
| 16 | use embassy_stm32::timer::simple_pwm::{PwmPin, SimplePwm}; | 16 | use embassy_stm32::timer::simple_pwm::{PwmPin, SimplePwm}; |
| 17 | use embassy_stm32::timer::Channel; | ||
| 18 | use embassy_stm32::{bind_interrupts, peripherals, timer}; | 17 | use embassy_stm32::{bind_interrupts, peripherals, timer}; |
| 19 | use embassy_time::Timer; | 18 | use embassy_time::Timer; |
| 20 | use {defmt_rtt as _, panic_probe as _}; | 19 | use {defmt_rtt as _, panic_probe as _}; |
