Skip to content

Commit 12c9bda

Browse files
committed
Format timers
1 parent bc4e0d1 commit 12c9bda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/timers.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,11 @@ timers! {
221221
TIM17: (tim17, tim17en, tim17rst, apb2enr, apb2rstr),
222222
}
223223

224-
#[cfg(any(feature = "stm32f030x8", feature = "stm32f030xc", feature = "stm32f070"))]
224+
#[cfg(any(
225+
feature = "stm32f030x8",
226+
feature = "stm32f030xc",
227+
feature = "stm32f070",
228+
))]
225229
timers! {
226230
TIM6: (tim6, tim6en, tim6rst, apb1enr, apb1rstr),
227231
TIM15: (tim15, tim15en, tim15rst, apb2enr, apb2rstr),

0 commit comments

Comments
 (0)