Skip to content

Commit 9284d25

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

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

ports/espressif/boards/magiclick_s3_n4r2/pins.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "shared-bindings/board/__init__.h"
22

3-
CIRCUITPY_BOARD_BUS_SINGLETON(stemma_i2c, i2c, 1)
4-
53
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
64
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
75

@@ -62,7 +60,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6260
{ MP_ROM_QSTR(MP_QSTR_BACKLIGHT), MP_ROM_PTR(&pin_GPIO37) },
6361
{ MP_ROM_QSTR(MP_QSTR_LCD_RESET), MP_ROM_PTR(&pin_GPIO10) },
6462
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
65-
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C), MP_ROM_PTR(&board_stemma_i2c_obj) },
6663
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
6764
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
6865
};

0 commit comments

Comments
 (0)