Skip to content

Commit

Permalink
Fix LED_STRIP (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASDosjani authored May 28, 2024
1 parent 651a162 commit a39fc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/GREATMOUNTAINF435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
#define PINIO1_CONFIG 129
#define PINIO1_BOX 39

#define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, LED_STRIP_PIN, 2, 7 ) \
#define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, LED_STRIP_PIN, 1, 7 ) \
TIMER_PIN_MAP( 1, BEEPER_PIN, 1, 6 ) \
TIMER_PIN_MAP( 2, MOTOR5_PIN, 1, 11 ) \
TIMER_PIN_MAP( 3, MOTOR6_PIN, 1, 10 ) \
Expand Down

0 comments on commit a39fc41

Please sign in to comment.