Skip to content

Commit 2ebc0ea

Browse files
authored
GitHub online editor introduced spaces on blank lines :(
1 parent de3c5ad commit 2ebc0ea

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040_dvi/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
1515

1616
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO1) },
1717
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO1) },
18-
18+
1919
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO0) },
2020
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO0) },
21-
21+
2222
{ MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_GPIO4) },
2323
{ MP_ROM_QSTR(MP_QSTR_BOOT), MP_ROM_PTR(&pin_GPIO7) },
2424

0 commit comments

Comments
 (0)