Skip to content

Commit 1bea54c

Browse files
committed
HRTIM: Fix bad pin mapping
1 parent 41a5da8 commit 1bea54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pwm/hrtim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pins! {
168168
HRTIM_TIMA: CH1: PA8<Alternate<AF13>>, CH2: PA9<Alternate<AF13>>
169169

170170
HRTIM_TIMB: CH1: PA10<Alternate<AF13>>, CH2: PA11<Alternate<AF13>>
171-
HRTIM_TIMC: CH1: PA12<Alternate<AF13>>, CH2: PA13<Alternate<AF13>>
171+
HRTIM_TIMC: CH1: PB12<Alternate<AF13>>, CH2: PB13<Alternate<AF13>>
172172
HRTIM_TIMD: CH1: PB14<Alternate<AF13>>, CH2: PB15<Alternate<AF13>>
173173

174174
HRTIM_TIME: CH1: PC8<Alternate<AF3>>, CH2: PC9<Alternate<AF3>>

0 commit comments

Comments
 (0)