Skip to content

Commit 417173b

Browse files
Removed trailing white space
1 parent 9a4b8c5 commit 417173b

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/pimoroni_keybow2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_keybow2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
2828
{ MP_ROM_QSTR(MP_QSTR_SW14), MP_ROM_PTR(&pin_GPIO7) },
2929
{ MP_ROM_QSTR(MP_QSTR_SW15), MP_ROM_PTR(&pin_GPIO6) },
3030

31-
{ MP_ROM_QSTR(MP_QSTR_USER_SW), MP_ROM_PTR(&pin_GPIO23) },
31+
{ MP_ROM_QSTR(MP_QSTR_USER_SW), MP_ROM_PTR(&pin_GPIO23) },
3232

3333
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
3434
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },

0 commit comments

Comments
 (0)