Skip to content

Commit 5d7c58d

Browse files
authored
Update pins.c
Attempt to fix build issue
1 parent d774f3d commit 5d7c58d

File tree

1 file changed

+0
-1
lines changed
  • ports/espressif/boards/maker_badge

1 file changed

+0
-1
lines changed

ports/espressif/boards/maker_badge/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,5 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
8282

8383
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
8484
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
85-
8685
};
8786
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)