Skip to content

Commit

Permalink
Fix led strip dma (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
asizon authored Nov 5, 2023
1 parent 38d5a87 commit 2ce4f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/AIRBOTF435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
#define GYRO_1_CS_PIN PC14
#define GYRO_1_SPI_INSTANCE SPI1

#define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, LED_STRIP_PIN, 1, -1 ) \
#define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, LED_STRIP_PIN, 1, 1 ) \
TIMER_PIN_MAP( 1, MOTOR4_PIN, 1, 2 ) \
TIMER_PIN_MAP( 2, MOTOR3_PIN, 1, 4 ) \
TIMER_PIN_MAP( 3, MOTOR2_PIN, 2, 1 ) \
Expand Down

0 comments on commit 2ce4f00

Please sign in to comment.