Skip to content

Commit 8d6ef37

Browse files
authored
Update pins.c
Fix pre-commit error
1 parent 2746709 commit 8d6ef37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/espressif/boards/es3ink

ports/espressif/boards/es3ink/pins.c

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

2424
{ MP_ROM_QSTR(MP_QSTR_IO6), MP_ROM_PTR(&pin_GPIO6) },
2525
{ MP_ROM_QSTR(MP_QSTR_EPD_BUSY), MP_ROM_PTR(&pin_GPIO6) },
26-
26+
2727
{ MP_ROM_QSTR(MP_QSTR_IO7), MP_ROM_PTR(&pin_GPIO7) },
2828

2929
{ MP_ROM_QSTR(MP_QSTR_IO8), MP_ROM_PTR(&pin_GPIO8) },

0 commit comments

Comments
 (0)