Skip to content

Commit f5b8b8d

Browse files
authored
tailing whitespace removed (pre-commit run failed)
1 parent 49e9ea2 commit f5b8b8d

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/doit_esp32_devkit_v1

1 file changed

+1
-1
lines changed

ports/espressif/boards/doit_esp32_devkit_v1/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4242

4343
{MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO17)},
4444
{MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO16)},
45-
45+
4646
{MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO1)},
4747
{MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_GPIO3)},
4848
{MP_ROM_QSTR(MP_QSTR_D16), MP_ROM_PTR(&pin_GPIO16)},

0 commit comments

Comments
 (0)