Skip to content

Commit 4bc12d9

Browse files
Update pins.c
Changed naming of the second I2C board reference to match how others name things.
1 parent 9642e38 commit 4bc12d9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/unexpectedmaker_feathers3/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
126126
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
127127
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C), MP_ROM_PTR(&board_i2c_obj) },
128128
{ MP_ROM_QSTR(MP_QSTR_STEMMA_VERTICAL_I2C), MP_ROM_PTR(&board_stemma_i2c_obj) },
129-
{ MP_ROM_QSTR(MP_QSTR_STEMMA2_I2C), MP_ROM_PTR(&board_stemma_i2c_obj) },
129+
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C2), MP_ROM_PTR(&board_stemma_i2c_obj) },
130130
{ MP_ROM_QSTR(MP_QSTR_I2C2), MP_ROM_PTR(&board_stemma_i2c_obj) },
131131

132132
// SPI

0 commit comments

Comments
 (0)