aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Bousquet <[email protected]>2024-05-30 17:54:49 -0400
committerBruno Bousquet <[email protected]>2024-05-30 17:54:49 -0400
commit7d869192571c0e49da425afbdc37433b8a820786 (patch)
tree5f3583113919549fc8b94e2edfc511d42f95bb38
parent83b5797b8da1433568f0a584c7e5eb15ed25785e (diff)
rust fmt really does not want blank space there
-rw-r--r--embassy-stm32/src/timer/low_level.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/timer/low_level.rs b/embassy-stm32/src/timer/low_level.rs
index be1692fc2..300ea812c 100644
--- a/embassy-stm32/src/timer/low_level.rs
+++ b/embassy-stm32/src/timer/low_level.rs
@@ -7,7 +7,6 @@
7//! The available functionality depends on the timer type. 7//! The available functionality depends on the timer type.
8 8
9use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; 9use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef};
10
11// Re-export useful enums 10// Re-export useful enums
12pub use stm32_metapac::timer::vals::{FilterValue, Sms as SlaveMode, Ts as TriggerSource}; 11pub use stm32_metapac::timer::vals::{FilterValue, Sms as SlaveMode, Ts as TriggerSource};
13 12