From e7f30cec5942c99e02d5cf398519088750d75bf9 Mon Sep 17 00:00:00 2001 From: payton Date: Thu, 7 Dec 2023 16:17:11 +0800 Subject: [PATCH] =?UTF-8?q?1.log=E6=97=B6=E9=97=B4=E6=94=B9rtc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/cardv/SrcCode/System/SysStrg_Exe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/application/source/cardv/SrcCode/System/SysStrg_Exe.c b/code/application/source/cardv/SrcCode/System/SysStrg_Exe.c index 2b27918ab..6259f64a0 100644 --- a/code/application/source/cardv/SrcCode/System/SysStrg_Exe.c +++ b/code/application/source/cardv/SrcCode/System/SysStrg_Exe.c @@ -402,7 +402,7 @@ void System_OnStrgInit_FS(void) cfg.ConType = LOGFILE_CON_UART|LOGFILE_CON_STORE; #endif #endif - cfg.TimeType = LOGFILE_TIME_TYPE_COUNTER; + cfg.TimeType = LOGFILE_TIME_TYPE_DATETIME; #if defined(__FREERTOS) #else //defined(__LINUX_USER__) logfile_init_dma_buff();