File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
unexpectedmaker_feathers3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
110
110
{ MP_ROM_QSTR (MP_QSTR_AMB ), MP_ROM_PTR (& pin_GPIO4 ) }, // Ambient Light Sensor
111
111
112
112
{ MP_ROM_QSTR (MP_QSTR_LDO2 ), MP_ROM_PTR (& pin_GPIO39 ) }, // Second LDO Enable control
113
- { MP_ROM_QSTR (MP_QSTR_I39 ), MP_ROM_PTR (& pin_GPIO39 ) }, // Second LDO Enable control
113
+ { MP_ROM_QSTR (MP_QSTR_IO39 ), MP_ROM_PTR (& pin_GPIO39 ) }, // Second LDO Enable control
114
114
115
115
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
116
116
{ MP_ROM_QSTR (MP_QSTR_STEMMA_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
130
130
{ MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO18 ) },
131
131
132
132
{ MP_ROM_QSTR (MP_QSTR_LDO2 ), MP_ROM_PTR (& pin_GPIO17 ) }, // Second LDO Enable control
133
- { MP_ROM_QSTR (MP_QSTR_I17 ), MP_ROM_PTR (& pin_GPIO17 ) }, // Second LDO Enable control
133
+ { MP_ROM_QSTR (MP_QSTR_IO17 ), MP_ROM_PTR (& pin_GPIO17 ) }, // Second LDO Enable control
134
134
135
135
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
136
136
{ MP_ROM_QSTR (MP_QSTR_STEMMA_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
You can’t perform that action at this time.
0 commit comments