summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsiee <38460825+dsiee@users.noreply.github.com>2019-01-16 14:48:41 +1100
committerGitHub <noreply@github.com>2019-01-16 14:48:41 +1100
commitac238838f25fa629b35587b4b4eea00b766ca2ff (patch)
treefb04ea32559f81193a317f868154481bade34d25
parentc1dfee6575329afd49c308e92c10e7d93f3ec8a9 (diff)
Update pins.c
add declaration for RED_LED as D3 to match silkscreen.
-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 56e425374..134d78cf5 100644
--- a/ports/nrf/boards/feather_nrf52840_express/pins.c
+++ b/ports/nrf/boards/feather_nrf52840_express/pins.c
@@ -21,6 +21,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_NFC2), MP_ROM_PTR(&pin_P0_10) },
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_P0_10) },
+ { MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_P1_15) },
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_P1_08) },
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_P0_07) },
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_P0_26) },