Skip to content

Commit d0426b3

Browse files
authored
Update pins.c
fix mistake
1 parent cfaa02e commit d0426b3

File tree

1 file changed

+2
-2
lines changed
  • ports/nrf/boards/holyiot_nrf52840

1 file changed

+2
-2
lines changed

ports/nrf/boards/holyiot_nrf52840/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5151
{ MP_ROM_QSTR(MP_QSTR_P0_21), MP_ROM_PTR(&pin_P0_21) },
5252
{ MP_ROM_QSTR(MP_QSTR_P0_19), MP_ROM_PTR(&pin_P0_19) },
5353

54-
// RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) },
54+
// RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) }
5555

5656
};
5757

5858

59-
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
59+
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)