We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eac4f commit fd2f2a4Copy full SHA for fd2f2a4
src/timer/pins.rs
@@ -139,6 +139,7 @@ timer_pins!(TIM3, [
139
(Channel2, PC7<DefaultMode>, AltFunction::AF1),
140
(Channel3, PB0<DefaultMode>, AltFunction::AF1),
141
(Channel3, PC8<DefaultMode>, AltFunction::AF1),
142
+ (Channel3, PA8<DefaultMode>, AltFunction::AF11),
143
(Channel4, PB1<DefaultMode>, AltFunction::AF1),
144
(Channel4, PC9<DefaultMode>, AltFunction::AF1),
145
]);
0 commit comments