summaryrefslogtreecommitdiff
path: root/supervisor/shared/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared/board.c')
-rw-r--r--supervisor/shared/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/board.c b/supervisor/shared/board.c
index 6d648510e..427c17924 100644
--- a/supervisor/shared/board.c
+++ b/supervisor/shared/board.c
@@ -33,7 +33,7 @@
#include "shared-bindings/digitalio/DigitalInOut.h"
#include "shared-bindings/neopixel_write/__init__.h"
-void board_reset_user_neopixels(const mcu_pin_obj_t* pin, size_t count) {
+void board_reset_user_neopixels(const mcu_pin_obj_t *pin, size_t count) {
// Turn off on-board NeoPixel string
uint8_t empty[count * 3];
memset(empty, 0, count * 3);