修改检测可用存储设备时间间隔为1s
This commit is contained in:
parent
ff4717d815
commit
e166eae9a0
|
@ -374,7 +374,7 @@ static void* mmc_monitoring_thread(void *arg)
|
|||
}
|
||||
}
|
||||
|
||||
sf_sleep_ms(5000);
|
||||
sf_sleep_ms(1000);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user