Skip to content

Commit 6acce76

Browse files
authored
Update pins.c
1 parent 9284d25 commit 6acce76

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/boards/magiclick_s3_n4r2

1 file changed

+0
-2
lines changed

ports/espressif/boards/magiclick_s3_n4r2/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "shared-bindings/board/__init__.h"
2-
32
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
43
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
5-
64
{ MP_ROM_QSTR(MP_QSTR_IO0), MP_ROM_PTR(&pin_GPIO0) },
75
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
86
{ MP_ROM_QSTR(MP_QSTR_IO2), MP_ROM_PTR(&pin_GPIO2) },

0 commit comments

Comments
 (0)