Skip to content

Commit fd36360

Browse files
committed
Fix typos in timers.rs
1 parent 30fecdb commit fd36360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/timers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ channel_impl!(
353353
TIM2, PinC1, PA5, Alternate<AF2>;
354354
TIM2, PinC1, PA15, Alternate<AF2>;
355355
TIM2, PinC2, PB3, Alternate<AF2>;
356-
TIM2, PINC3, PB10, Alternate<AF2>;
357-
TIM2, PINC4, PB11, Alternate<AF2>;
356+
TIM2, PinC3, PB10, Alternate<AF2>;
357+
TIM2, PinC4, PB11, Alternate<AF2>;
358358
);
359359

360360
#[cfg(any(

0 commit comments

Comments
 (0)