Skip to content

Commit ed68e1f

Browse files
fix pre-commit trailing whitespace
1 parent 79e68a7 commit ed68e1f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/nrf/boards/makerdiary_m60_keyboard/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3939
{ MP_ROM_QSTR(MP_QSTR_CHARGING), MP_ROM_PTR(&pin_P0_03) },
4040
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_P0_02) },
4141
{ MP_ROM_QSTR(MP_QSTR_BATTERY), MP_ROM_PTR(&pin_P0_02) },
42-
42+
4343
{ MP_ROM_QSTR(MP_QSTR_RGB_POWER), MP_ROM_PTR(&pin_P1_04) },
4444

4545
// { MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },

0 commit comments

Comments
 (0)