minor update to boards.c to fix mismatched number of LEDs causing LEDs not to be reset
This commit is contained in:
parent
e3b924b1b9
commit
676cbb308d
@ -31,7 +31,7 @@
|
||||
|
||||
void reset_board(void) {
|
||||
// turn off any left over LED
|
||||
board_reset_user_neopixels(&pin_GPIO29, 62);
|
||||
board_reset_user_neopixels(&pin_GPIO29, 19);
|
||||
}
|
||||
|
||||
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
void reset_board(void) {
|
||||
// turn off any left over LED
|
||||
board_reset_user_neopixels(&pin_GPIO29, 62);
|
||||
board_reset_user_neopixels(&pin_GPIO29, 45);
|
||||
}
|
||||
|
||||
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
void reset_board(void) {
|
||||
// turn off any left over LED
|
||||
board_reset_user_neopixels(&pin_GPIO29, 62);
|
||||
board_reset_user_neopixels(&pin_GPIO29, 88);
|
||||
}
|
||||
|
||||
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
|
||||
|
Loading…
Reference in New Issue
Block a user