We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e3766 commit e5a5ffbCopy full SHA for e5a5ffb
ports/espressif/boards/mixgo_ce_serial/board.c
@@ -38,7 +38,7 @@ void board_init(void) {
38
common_hal_never_reset_pin(&pin_GPIO43);
39
common_hal_never_reset_pin(&pin_GPIO44);
40
#endif /* DEBUG */
41
-
+
42
mp_import_stat_t stat_b = mp_import_stat("boot.py");
43
if (stat_b != MP_IMPORT_STAT_FILE) {
44
FATFS *fatfs = &((fs_user_mount_t *)MP_STATE_VM(vfs_mount_table)->obj)->fatfs;
0 commit comments