修改检测可用存储设备时间间隔为1s

This commit is contained in:
sober.song 2024-01-04 16:01:42 +08:00
parent ff4717d815
commit e166eae9a0

View File

@ -374,7 +374,7 @@ static void* mmc_monitoring_thread(void *arg)
} }
} }
sf_sleep_ms(5000); sf_sleep_ms(1000);
} }
return NULL; return NULL;
} }