Skip to content

Commit 9a4b8c5

Browse files
Removed trailing white space
1 parent dea498a commit 9a4b8c5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_picosystem/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
2020
{ MP_ROM_QSTR(MP_QSTR_BACKLIGHT), MP_ROM_PTR(&pin_GPIO12) },
2121

2222
{ MP_ROM_QSTR(MP_QSTR_LED_G), MP_ROM_PTR(&pin_GPIO13) },
23-
{ MP_ROM_QSTR(MP_QSTR_LED_R), MP_ROM_PTR(&pin_GPIO14) },
23+
{ MP_ROM_QSTR(MP_QSTR_LED_R), MP_ROM_PTR(&pin_GPIO14) },
2424
{ MP_ROM_QSTR(MP_QSTR_LED_B), MP_ROM_PTR(&pin_GPIO15) },
2525

2626
{ MP_ROM_QSTR(MP_QSTR_SW_Y), MP_ROM_PTR(&pin_GPIO16) },

0 commit comments

Comments
 (0)