diff options
| author | Hierophect <hierophect@gmail.com> | 2019-11-15 12:50:02 -0500 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-11-15 12:50:02 -0500 |
| commit | 8a58af3e96c7650e33cb0c15d79f025491502e09 (patch) | |
| tree | 8b93ff3237272978a6675955babf914911a56d5d | |
| parent | e1579a1cc52c53caaa6f6b45e37ee2799c023b4d (diff) | |
| parent | 8ff1bc0132bafe4b81adb8fce4e4d2f7844e12ef (diff) | |
Merge branch 'pin-commonhal-additions' into stm32-neopixel
| -rw-r--r-- | supervisor/shared/rgb_led_status.c | 2 |
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 |
