Skip to content

Commit 60ce38e

Browse files
fix trailing space of pins.c
1 parent 325037b commit 60ce38e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/nrf/boards/pca10100/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5252
{ MP_ROM_QSTR(MP_QSTR_BUTTON2), MP_ROM_PTR(&pin_P0_12) },
5353
{ MP_ROM_QSTR(MP_QSTR_BUTTON2_DEFAULT), MP_ROM_PTR(&pin_P0_12) },
5454
{ MP_ROM_QSTR(MP_QSTR_BUTTON2_OPTIONAL), MP_ROM_PTR(&pin_P1_08) },
55-
55+
5656
{ MP_ROM_QSTR(MP_QSTR_BUTTON3), MP_ROM_PTR(&pin_P0_24) },
5757
{ MP_ROM_QSTR(MP_QSTR_BUTTON4), MP_ROM_PTR(&pin_P0_25) },
5858
};

0 commit comments

Comments
 (0)