Skip to content

Commit 4f7e66d

Browse files
author
Jozsef Kiraly
committed
fix: pre-commit
1 parent 2ec145b commit 4f7e66d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_m5paper/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5252
// Port B - Generic I/O Mode - External pins
5353
{ MP_ROM_QSTR(MP_QSTR_PORTB_IN), MP_ROM_PTR(&pin_GPIO26) },
5454
{ MP_ROM_QSTR(MP_QSTR_D26), MP_ROM_PTR(&pin_GPIO26) },
55-
55+
5656
{ MP_ROM_QSTR(MP_QSTR_PORTB_OUT), MP_ROM_PTR(&pin_GPIO33) },
5757
{ MP_ROM_QSTR(MP_QSTR_D33), MP_ROM_PTR(&pin_GPIO33) },
5858

0 commit comments

Comments
 (0)