Skip to content

Commit e5a5ffb

Browse files
authored
Update board.c
1 parent 37e3766 commit e5a5ffb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/mixgo_ce_serial/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void board_init(void) {
3838
common_hal_never_reset_pin(&pin_GPIO43);
3939
common_hal_never_reset_pin(&pin_GPIO44);
4040
#endif /* DEBUG */
41-
41+
4242
mp_import_stat_t stat_b = mp_import_stat("boot.py");
4343
if (stat_b != MP_IMPORT_STAT_FILE) {
4444
FATFS *fatfs = &((fs_user_mount_t *)MP_STATE_VM(vfs_mount_table)->obj)->fatfs;

0 commit comments

Comments
 (0)