File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ports/esp32s2/boards/microdev_micro_s2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
33
33
{ MP_ROM_QSTR (MP_QSTR_IO39 ), MP_ROM_PTR (& pin_GPIO39 ) },
34
34
{ MP_ROM_QSTR (MP_QSTR_IO40 ), MP_ROM_PTR (& pin_GPIO40 ) },
35
35
{ MP_ROM_QSTR (MP_QSTR_IO41 ), MP_ROM_PTR (& pin_GPIO41 ) },
36
- { MP_ROM_QSTR (MP_QSTR_IO42 ), MP_ROM_PTR (& pin_GPIO42 ) },
37
- { MP_ROM_QSTR (MP_QSTR_IO43 ), MP_ROM_PTR (& pin_GPIO43 ) },
36
+ { MP_ROM_QSTR (MP_QSTR_IO42 ), MP_ROM_PTR (& pin_GPIO42 ) },
37
+ { MP_ROM_QSTR (MP_QSTR_IO43 ), MP_ROM_PTR (& pin_GPIO43 ) },
38
38
{ MP_ROM_QSTR (MP_QSTR_IO44 ), MP_ROM_PTR (& pin_GPIO44 ) },
39
39
{ MP_ROM_QSTR (MP_QSTR_IO45 ), MP_ROM_PTR (& pin_GPIO45 ) },
40
40
{ MP_ROM_QSTR (MP_QSTR_IO46 ), MP_ROM_PTR (& pin_GPIO46 ) },
You can’t perform that action at this time.
0 commit comments