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();