Skip to content

Commit

Permalink
Fix typos in timers.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JanekGraff committed Jul 26, 2023
1 parent 30fecdb commit fd36360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/timers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ channel_impl!(
TIM2, PinC1, PA5, Alternate<AF2>;
TIM2, PinC1, PA15, Alternate<AF2>;
TIM2, PinC2, PB3, Alternate<AF2>;
TIM2, PINC3, PB10, Alternate<AF2>;
TIM2, PINC4, PB11, Alternate<AF2>;
TIM2, PinC3, PB10, Alternate<AF2>;
TIM2, PinC4, PB11, Alternate<AF2>;
);

#[cfg(any(
Expand Down

0 comments on commit fd36360

Please sign in to comment.