diff options
| author | Bruno Bousquet <[email protected]> | 2024-05-05 23:15:00 -0400 |
|---|---|---|
| committer | Bruno Bousquet <[email protected]> | 2024-05-05 23:15:00 -0400 |
| commit | b662dfb1838a72d243e939da9349c68c8fef5bdc (patch) | |
| tree | e6d3793df12e55af72ed79a471c363f834b0a430 /embassy-stm32/src/timer/mod.rs | |
| parent | 7b04b0166b59558322c77eac6683bbf58268b3f1 (diff) | |
format timer/mod.rs
Diffstat (limited to 'embassy-stm32/src/timer/mod.rs')
| -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 532d41650..9a1fbcd61 100644 --- a/embassy-stm32/src/timer/mod.rs +++ b/embassy-stm32/src/timer/mod.rs | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | #[cfg(not(stm32l0))] | 3 | #[cfg(not(stm32l0))] |
| 4 | pub mod complementary_pwm; | 4 | pub mod complementary_pwm; |
| 5 | pub mod input_capture; | ||
| 5 | pub mod low_level; | 6 | pub mod low_level; |
| 6 | pub mod qei; | 7 | pub mod qei; |
| 7 | pub mod simple_pwm; | 8 | pub mod simple_pwm; |
| 8 | pub mod input_capture; | ||
| 9 | 9 | ||
| 10 | use crate::interrupt; | 10 | use crate::interrupt; |
| 11 | use crate::rcc::RccPeripheral; | 11 | use crate::rcc::RccPeripheral; |
