aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/anduril/aux-leds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/aux-leds.c b/spaghetti-monster/anduril/aux-leds.c
index 097cf28..af59aa6 100644
--- a/spaghetti-monster/anduril/aux-leds.c
+++ b/spaghetti-monster/anduril/aux-leds.c
@@ -131,7 +131,7 @@ void rgb_led_update(uint8_t mode, uint16_t arg) {
}
#endif
- const uint8_t *colors = rgb_led_colors;
+ const uint8_t *colors = rgb_led_colors + 1;
uint8_t actual_color = 0;
if (color < 7) { // normal color
actual_color = pgm_read_byte(colors + color);