Skip to content

Commit b44011d

Browse files
author
Gaetan
committed
fix railing Whitespace pin.c
1 parent b5c95e3 commit b44011d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/nrf/boards/holyiot_nrf52840/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4949
{ MP_ROM_QSTR(MP_QSTR_P0_23), MP_ROM_PTR(&pin_P0_23) },
5050
{ MP_ROM_QSTR(MP_QSTR_P0_21), MP_ROM_PTR(&pin_P0_21) },
5151
{ MP_ROM_QSTR(MP_QSTR_P0_19), MP_ROM_PTR(&pin_P0_19) },
52-
52+
5353
// RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) }
5454

5555
};

0 commit comments

Comments
 (0)