Skip to content

Commit f8b6ff8

Browse files
authored
Corrected alternate function number for PC13 when configured as TIM8 CH4N (#125)
1 parent a08424d commit f8b6ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pwm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ pins! {
852852
PC12<Alternate<AF4>>
853853
]
854854
CH4N: [
855-
PC13<Alternate<AF4>>,
855+
PC13<Alternate<AF6>>,
856856
PD0<Alternate<AF6>>
857857
]
858858
BRK: [

0 commit comments

Comments
 (0)