diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-03-03 12:42:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 12:42:47 -0500 |
| commit | cd48c5ee8317fb94fed1fd6c430ab83d1b487ac9 (patch) | |
| tree | 14c123c138b8a5ac748adc31c8eedea172fb5f2b /supervisor/shared | |
| parent | 514b73bcf8e2978bc7a4cd8985618208b103283d (diff) | |
| parent | fb7a0f7efcdd639ff4a14a2985f9381c426b2321 (diff) | |
Merge pull request #4315 from dhalbert/rp2040-i2c-short-writes
RP2040: Implement short I2C writes (2 bytes or less) using bitbangio
Diffstat (limited to 'supervisor/shared')
| -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, |
