diff options
| -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; |
