Skip to content

Commit 7901850

Browse files
PontusOdhalbert
andauthored
Update ports/nrf/boards/challenger_840/pins.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 5e09ed6 commit 7901850

File tree

1 file changed

+1
-1
lines changed
  • ports/nrf/boards/challenger_840

1 file changed

+1
-1
lines changed

ports/nrf/boards/challenger_840/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
1717

1818
{ MP_ROM_QSTR(MP_QSTR_SWITCH), MP_ROM_PTR(&pin_P0_19) },
1919

20-
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_P0_23) },
2120
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_P0_23) },
21+
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_P0_23) },
2222

2323
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_P0_21) },
2424
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_P0_21) },

0 commit comments

Comments
 (0)