Skip to content

Commit 8dafd60

Browse files
HGLRC-Thaslinghuis
andauthored
Update configs/HGLRCF435_AIO/config.h
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent fff7f0c commit 8dafd60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

configs/HGLRCF435_AIO/config.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
#define SERIALRX_UART SERIAL_PORT_USART2
105105

106106
#define TIMER_PIN_MAPPING \
107-
TIMER_PIN_MAP(0, MOTOR1_PIN, 4, 1) \
108-
TIMER_PIN_MAP(1, MOTOR2_PIN, 4, 2) \
109-
TIMER_PIN_MAP(2, MOTOR3_PIN, 4, 3) \
110-
TIMER_PIN_MAP(3, MOTOR4_PIN, 4, 4) \
111-
TIMER_PIN_MAP(4, LED_STRIP_PIN, 1, 1) \
112-
TIMER_PIN_MAP(5, GYRO_CLKIN_PIN, 2, 4)
107+
TIMER_PIN_MAP(0, LED_STRIP_PIN, 1, 0) \
108+
TIMER_PIN_MAP(1, MOTOR1_PIN, 1, 1) \
109+
TIMER_PIN_MAP(2, MOTOR2_PIN, 1, 2) \
110+
TIMER_PIN_MAP(3, MOTOR3_PIN, 2, 3) \
111+
TIMER_PIN_MAP(4, MOTOR4_PIN, 2, 4) \
112+
TIMER_PIN_MAP(5, GYRO_CLKIN_PIN, 2, 5)

0 commit comments

Comments
 (0)