From 8ff1bc0132bafe4b81adb8fce4e4d2f7844e12ef Mon Sep 17 00:00:00 2001 From: Hierophect Date: Fri, 15 Nov 2019 12:49:47 -0500 Subject: add missing include --- supervisor/shared/rgb_led_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'supervisor/shared') 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 -- cgit v1.2.3