summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsiee <38460825+dsiee@users.noreply.github.com>2019-01-16 15:02:48 +1100
committerGitHub <noreply@github.com>2019-01-16 15:02:48 +1100
commitaf0f1a7542dbcad1373c6d1e8dfd326ebb9d69ad (patch)
treecbd27f8ef3c7eab02ebc5151580fc135b22be2b4
parentc2d39a7ab778442648a28ee2f23ad54a89850e25 (diff)
Update pins.c
whitespace
-rw-r--r--ports/nrf/boards/feather_nrf52840_express/pins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/boards/feather_nrf52840_express/pins.c b/ports/nrf/boards/feather_nrf52840_express/pins.c
index 263316fb8..2f8ac0259 100644
--- a/ports/nrf/boards/feather_nrf52840_express/pins.c
+++ b/ports/nrf/boards/feather_nrf52840_express/pins.c
@@ -44,6 +44,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_L), MP_ROM_PTR(&pin_P1_15) },
{ MP_ROM_QSTR(MP_QSTR_RED_LED), MP_ROM_PTR(&pin_P1_15) },
{ MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_P1_15) },
+
{ MP_ROM_QSTR(MP_QSTR_BLUE_LED), MP_ROM_PTR(&pin_P1_10) },
};