Skip to content

Commit 36459c8

Browse files
committed
Fixed whitespace issues.
1 parent e0332c1 commit 36459c8

File tree

1 file changed

+2
-2
lines changed
  • ports/raspberrypi/boards/cytron_maker_pi_rp2040

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/cytron_maker_pi_rp2040/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
44
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
5-
5+
66
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO0) },
77
{ MP_ROM_QSTR(MP_QSTR_GP0), MP_ROM_PTR(&pin_GPIO0) },
8-
8+
99
{ MP_ROM_QSTR(MP_QSTR_GP1), MP_ROM_PTR(&pin_GPIO1) },
1010
{ MP_ROM_QSTR(MP_QSTR_GP2), MP_ROM_PTR(&pin_GPIO2) },
1111
{ MP_ROM_QSTR(MP_QSTR_GP3), MP_ROM_PTR(&pin_GPIO3) },

0 commit comments

Comments
 (0)