1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

Fix S4 timer mapping

This commit is contained in:
Pawel Spychalski (DzikuVx) 2025-04-01 12:31:44 +02:00
parent 28c4825dd7
commit c6d9b92c93
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,8 @@
"rth_trackback.h": "c",
"platform.h": "c",
"timer.h": "c",
"bus.h": "c"
"bus.h": "c",
"io.h": "c"
},
"editor.tabSize": 4,
"editor.insertSpaces": true,

View file

@ -26,7 +26,7 @@ timerHardware_t timerHardware[] = {
DEF_TIM(TIM1, CH1, PA8, TIM_USE_MOTOR, 0, 0), //S1
DEF_TIM(TIM8, CH4, PC9, TIM_USE_MOTOR, 0, 0), //S2
DEF_TIM(TIM8, CH3, PC8, TIM_USE_MOTOR, 0, 0), //S3
DEF_TIM(TIM12, CH2, PB15, TIM_USE_MOTOR, 0, 0), //S4
DEF_TIM(TIM1, CH3N, PB15, TIM_USE_MOTOR, 0, 0), //S4
DEF_TIM(TIM4, CH1, PB6, TIM_USE_OUTPUT_AUTO, 0, 0), //S5
DEF_TIM(TIM2, CH1, PA15, TIM_USE_OUTPUT_AUTO, 0, 0), //S6