Skip to content

Commit e3dfa53

Browse files
committed
Add Pin PB6 as TIM16 PWM output
1 parent b782375 commit e3dfa53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ channel_impl!(
327327

328328
TIM16, PinC1, PA6, Alternate<AF5>;
329329
TIM16, PinC1, PB8, Alternate<AF2>;
330+
TIM16, PinC1N, PB6, Alternate<AF2>;
330331

331332
TIM17, PinC1, PA7, Alternate<AF5>;
332333
TIM17, PinC1, PB9, Alternate<AF2>;

0 commit comments

Comments
 (0)