From e166eae9a01f450b7616e7cb990db7a7ad02a8cf Mon Sep 17 00:00:00 2001 From: "sober.song" Date: Thu, 4 Jan 2024 16:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=B5=8B=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=E5=AD=98=E5=82=A8=E8=AE=BE=E5=A4=87=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=97=B4=E9=9A=94=E4=B8=BA1s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/cardv/SrcCode/System/SF_SysStrgMng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/application/source/cardv/SrcCode/System/SF_SysStrgMng.c b/code/application/source/cardv/SrcCode/System/SF_SysStrgMng.c index 8de16a676..93fcb4dc1 100755 --- a/code/application/source/cardv/SrcCode/System/SF_SysStrgMng.c +++ b/code/application/source/cardv/SrcCode/System/SF_SysStrgMng.c @@ -374,7 +374,7 @@ static void* mmc_monitoring_thread(void *arg) } } - sf_sleep_ms(5000); + sf_sleep_ms(1000); } return NULL; }