Skip to content

Commit fd2f2a4

Browse files
committed
fix tim3 pins
1 parent c8eac4f commit fd2f2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timer/pins.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ timer_pins!(TIM3, [
139139
(Channel2, PC7<DefaultMode>, AltFunction::AF1),
140140
(Channel3, PB0<DefaultMode>, AltFunction::AF1),
141141
(Channel3, PC8<DefaultMode>, AltFunction::AF1),
142+
(Channel3, PA8<DefaultMode>, AltFunction::AF11),
142143
(Channel4, PB1<DefaultMode>, AltFunction::AF1),
143144
(Channel4, PC9<DefaultMode>, AltFunction::AF1),
144145
]);

0 commit comments

Comments
 (0)