Skip to content

Commit d26297a

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

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
@@ -20,8 +20,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2020
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_P0_23) },
2121
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_P0_23) },
2222

23-
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_P0_21) },
2423
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_P0_21) },
24+
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_P0_21) },
2525

2626
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_P1_10) },
2727
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_P1_14) },

0 commit comments

Comments
 (0)