diff options
| author | Eicke Hecht <[email protected]> | 2025-11-24 23:03:02 +0100 |
|---|---|---|
| committer | Eicke Hecht <[email protected]> | 2025-11-24 23:03:02 +0100 |
| commit | ff939095a2a883361346ea0cf6f2b6f9d1d24936 (patch) | |
| tree | d7cb3124f258d65d045f92791997c3f9f44b7755 /examples | |
| parent | 96ffbec30a0d17470dd93a6c50f4264060bf1e69 (diff) | |
fix: Formatting, use nightly...
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f7/src/bin/pwm.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32f7/src/bin/pwm.rs b/examples/stm32f7/src/bin/pwm.rs index c1c7ec6ce..b071eb597 100644 --- a/examples/stm32f7/src/bin/pwm.rs +++ b/examples/stm32f7/src/bin/pwm.rs | |||
| @@ -5,8 +5,7 @@ use defmt::*; | |||
| 5 | use embassy_executor::Spawner; | 5 | use embassy_executor::Spawner; |
| 6 | use embassy_stm32::Config; | 6 | use embassy_stm32::Config; |
| 7 | use embassy_stm32::gpio::OutputType; | 7 | use embassy_stm32::gpio::OutputType; |
| 8 | use embassy_stm32::time::Hertz; | 8 | use embassy_stm32::time::{Hertz, mhz}; |
| 9 | use embassy_stm32::time::mhz; | ||
| 10 | use embassy_stm32::timer::simple_pwm::{PwmPin, SimplePwm}; | 9 | use embassy_stm32::timer::simple_pwm::{PwmPin, SimplePwm}; |
| 11 | use embassy_time::Timer; | 10 | use embassy_time::Timer; |
| 12 | use {defmt_rtt as _, panic_probe as _}; | 11 | use {defmt_rtt as _, panic_probe as _}; |
