summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-11-15 12:49:47 -0500
committerHierophect <hierophect@gmail.com>2019-11-15 12:49:47 -0500
commit8ff1bc0132bafe4b81adb8fce4e4d2f7844e12ef (patch)
tree707d41c886b07256cd80ed520431109f6a1b47aa
parentde5691acf5060d6e2182da4c84095a007f6da606 (diff)
add missing include
-rw-r--r--supervisor/shared/rgb_led_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/rgb_led_status.c b/supervisor/shared/rgb_led_status.c
index 90c78fbbe..940cbf1f2 100644
--- a/supervisor/shared/rgb_led_status.c
+++ b/supervisor/shared/rgb_led_status.c
@@ -25,7 +25,7 @@
*/
#include "mphalport.h"
-#include "common-hal/microcontroller/Pin.h"
+#include "shared-bindings/microcontroller/Pin.h"
#include "rgb_led_status.h"
#ifdef MICROPY_HW_NEOPIXEL