diff options
| author | Eicke Hecht <[email protected]> | 2025-11-24 22:44:56 +0100 |
|---|---|---|
| committer | Eicke Hecht <[email protected]> | 2025-11-24 22:44:56 +0100 |
| commit | 96ffbec30a0d17470dd93a6c50f4264060bf1e69 (patch) | |
| tree | 33fb2224f815869f662590b963f395ae2e291755 /embassy-stm32 | |
| parent | 6a97b6718e1389ce9e5dd3fb989b3b9f3fcfbd09 (diff) | |
fix: formatting
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/src/timer/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/timer/mod.rs b/embassy-stm32/src/timer/mod.rs index aef3598f1..3fa363881 100644 --- a/embassy-stm32/src/timer/mod.rs +++ b/embassy-stm32/src/timer/mod.rs | |||
| @@ -12,8 +12,8 @@ pub mod low_level; | |||
| 12 | pub mod one_pulse; | 12 | pub mod one_pulse; |
| 13 | pub mod pwm_input; | 13 | pub mod pwm_input; |
| 14 | pub mod qei; | 14 | pub mod qei; |
| 15 | pub mod simple_pwm; | ||
| 16 | pub mod ringbuffered; | 15 | pub mod ringbuffered; |
| 16 | pub mod simple_pwm; | ||
| 17 | 17 | ||
| 18 | use crate::interrupt; | 18 | use crate::interrupt; |
| 19 | use crate::rcc::RccPeripheral; | 19 | use crate::rcc::RccPeripheral; |
