Skip to content

Commit f1f316c

Browse files
authored
Change microS2 board name
1 parent 3f69902 commit f1f316c

File tree

1 file changed

+1
-1
lines changed
  • ports/esp32s2/boards/microdev_micro_s2

1 file changed

+1
-1
lines changed

ports/esp32s2/boards/micro_s2/pins.c renamed to ports/esp32s2/boards/microdev_micro_s2/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4646

4747
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO33) },
4848
};
49-
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
49+
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)