Skip to content

Commit c7b28eb

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

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
@@ -40,8 +40,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4040
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_P0_15) },
4141
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_P0_17) },
4242

43-
{ MP_ROM_QSTR(MP_QSTR_L), MP_ROM_PTR(&pin_P0_26) },
4443
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_P0_26) },
44+
{ MP_ROM_QSTR(MP_QSTR_L), MP_ROM_PTR(&pin_P0_26) },
4545
{ MP_ROM_QSTR(MP_QSTR_BLUE_LED), MP_ROM_PTR(&pin_P0_12) },
4646

4747
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },

0 commit comments

Comments
 (0)