diff options
| author | xoviat <[email protected]> | 2023-07-28 17:07:08 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-28 17:07:08 -0500 |
| commit | 28136579e98ea4d9745867d7c1ffff0ad826b504 (patch) | |
| tree | e686356221349b3adf92426558acbc6e2d81b844 /examples/stm32f334/src | |
| parent | d42dff45de94522d7a5324773b352266a77f0c2c (diff) | |
stm32/hrtim: extract into mod
Diffstat (limited to 'examples/stm32f334/src')
| -rw-r--r-- | examples/stm32f334/src/bin/pwm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f334/src/bin/pwm.rs b/examples/stm32f334/src/bin/pwm.rs index 364119744..2660b10c5 100644 --- a/examples/stm32f334/src/bin/pwm.rs +++ b/examples/stm32f334/src/bin/pwm.rs | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | use defmt::*; | 5 | use defmt::*; |
| 6 | use embassy_executor::Spawner; | 6 | use embassy_executor::Spawner; |
| 7 | use embassy_stm32::pwm::advanced_pwm::*; | 7 | use embassy_stm32::hrtim::*; |
| 8 | use embassy_stm32::time::{khz, mhz}; | 8 | use embassy_stm32::time::{khz, mhz}; |
| 9 | use embassy_stm32::Config; | 9 | use embassy_stm32::Config; |
| 10 | use embassy_time::{Duration, Timer}; | 10 | use embassy_time::{Duration, Timer}; |
