diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-08-04 18:40:24 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-08-04 18:40:24 -0400 |
| commit | 14b3b51c58ca368227d8890a2aa32e7acb94175b (patch) | |
| tree | c96a12b3b40b30e68005302977dd65f346ee18ff /supervisor | |
| parent | 490066877878a7917ec99742a13a7687785ef614 (diff) | |
Rework build flags, prevent idf errors
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/rgb_led_status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/shared/rgb_led_status.c b/supervisor/shared/rgb_led_status.c index f3c210647..1de745a56 100644 --- a/supervisor/shared/rgb_led_status.c +++ b/supervisor/shared/rgb_led_status.c @@ -28,6 +28,7 @@ #include "shared-bindings/microcontroller/Pin.h" #include "rgb_led_status.h" #include "supervisor/shared/tick.h" +#include "py/obj.h" #ifdef MICROPY_HW_NEOPIXEL uint8_t rgb_status_brightness = 63; |
