diff options
| author | ZodiusInfuser <christopher.parrott2@gmail.com> | 2021-02-20 17:23:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 17:23:23 +0000 |
| commit | 9a4b8c5ed908563670cb617b198272d409ebef4a (patch) | |
| tree | 0485c3ed602febb4d8f2af4713a69c1c07886585 | |
| parent | dea498a51fc9466dc94dd00139237f3e72653898 (diff) | |
Removed trailing white space
| -rw-r--r-- | ports/raspberrypi/boards/pimoroni_picosystem/pins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/boards/pimoroni_picosystem/pins.c b/ports/raspberrypi/boards/pimoroni_picosystem/pins.c index cbcdecc2d..30aafacba 100644 --- a/ports/raspberrypi/boards/pimoroni_picosystem/pins.c +++ b/ports/raspberrypi/boards/pimoroni_picosystem/pins.c @@ -20,7 +20,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = { { MP_ROM_QSTR(MP_QSTR_BACKLIGHT), MP_ROM_PTR(&pin_GPIO12) }, { MP_ROM_QSTR(MP_QSTR_LED_G), MP_ROM_PTR(&pin_GPIO13) }, - { MP_ROM_QSTR(MP_QSTR_LED_R), MP_ROM_PTR(&pin_GPIO14) }, + { MP_ROM_QSTR(MP_QSTR_LED_R), MP_ROM_PTR(&pin_GPIO14) }, { MP_ROM_QSTR(MP_QSTR_LED_B), MP_ROM_PTR(&pin_GPIO15) }, { MP_ROM_QSTR(MP_QSTR_SW_Y), MP_ROM_PTR(&pin_GPIO16) }, |
