Skip to content

Commit 8ff1bc0

Browse files
committed
add missing include
1 parent de5691a commit 8ff1bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/rgb_led_status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
#include "mphalport.h"
28-
#include "common-hal/microcontroller/Pin.h"
28+
#include "shared-bindings/microcontroller/Pin.h"
2929
#include "rgb_led_status.h"
3030

3131
#ifdef MICROPY_HW_NEOPIXEL

0 commit comments

Comments
 (0)