diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-12-08 13:05:21 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-12-08 13:05:21 -0800 |
| commit | 0b4bcd9599cc07ff85d6a70297ae86ff3b02cdec (patch) | |
| tree | adcb5e0752633af7303caba7c6b6e1835b360906 /ports/nrf | |
| parent | 40118bcf57f026fd6a58733501c759a9ba87e835 (diff) | |
Fix build and more comments
Diffstat (limited to 'ports/nrf')
| -rw-r--r-- | ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h b/ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h index ef34465dc..da32230a6 100644 --- a/ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h +++ b/ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h @@ -54,8 +54,6 @@ // Disables onboard peripherals and neopixels to save power. #define POWER_SWITCH_PIN (&pin_P0_06) -#define USER_NEOPIXELS_PIN (&pin_P0_13) - #define DEFAULT_I2C_BUS_SCL (&pin_P0_04) #define DEFAULT_I2C_BUS_SDA (&pin_P0_05) |
