diff --git a/.cproject b/.cproject index f970a1d..210c5c8 100644 --- a/.cproject +++ b/.cproject @@ -43,7 +43,7 @@ - + @@ -129,8 +129,8 @@ - - + + @@ -143,7 +143,7 @@ - + diff --git a/Core/Src/freertos.c b/Core/Src/freertos.c index 59a6127..ebdb611 100644 --- a/Core/Src/freertos.c +++ b/Core/Src/freertos.c @@ -271,11 +271,11 @@ void StartDefaultTask(void *argument) Log(info,"----------------------------------------------"); Log(info,"Copyright (c) Powered by www.autolabor.com.cn"); - Log(info,"EC Firmware : %s[%s], build: %s, %s, by STD:%u",APP_VERSION,DEPLOY_MODE,__DATE__ ,__TIME__,__STDC_VERSION__ ); + Log(info,"EC Firmware: %s[%s], build: %s, %s, by STD:%u",APP_VERSION,DEPLOY_MODE,__DATE__ ,__TIME__,__STDC_VERSION__ ); Log(info,"HAL Version: %u ", HAL_GetHalVersion()); Log(info,"Revision ID: %u ", HAL_GetREVID()); Log(info,"Device ID: %u ", HAL_GetDEVID()); - Log(info,"Chip UID: %u%u%u ", HAL_GetUIDw0(),HAL_GetUIDw1(),HAL_GetUIDw2); + Log(info,"Chip UID: %u%u%u ", HAL_GetUIDw0(),HAL_GetUIDw1(),HAL_GetUIDw2()); if(osOK == osKernelGetInfo(&osVersion,id_buf,id_size)){ Log(info,"OS Kernel Version: %u ", osVersion.kernel );