diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-02 15:16:55 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-02 15:16:55 -0500 |
| commit | 9939c59caa4e13011e9d1f63079cb4a7942cfcc4 (patch) | |
| tree | 526c6b0669c8c32760dfeb1ee3e854eccb283765 /supervisor | |
| parent | 53a002a0962bf6ff014d7490c5f50ab97fa30c85 (diff) | |
wip
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/rgb_led_status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/supervisor/shared/rgb_led_status.c b/supervisor/shared/rgb_led_status.c index 006bb1b34..60470e057 100644 --- a/supervisor/shared/rgb_led_status.c +++ b/supervisor/shared/rgb_led_status.c @@ -47,7 +47,6 @@ static uint8_t status_apa102_color[APA102_BUFFER_LENGTH] = {0, 0, 0, 0, 0xff, 0, #if CIRCUITPY_BITBANG_APA102 #include "shared-bindings/bitbangio/SPI.h" -#include "shared-module/bitbangio/types.h" static bitbangio_spi_obj_t status_apa102 = { .base = { .type = &bitbangio_spi_type, |
