Commit 3f0ad845 authored by 时昊's avatar 时昊

feat:取消时间上电同步功能,改成实时同步

parent a3039c5c
......@@ -70,7 +70,7 @@ void SERVICE_Time_Calibration_Service(void)
if (Time_calibration >= 3u)/*86104-12*/
{
/*時間同步完成,記錄同步狀態 IOTimeCalEnable=1代表已經同步過*/
IOTimeCalEnable = 1u;
IOTimeCalEnable = 0u;
/*時間顯示是完整的所以同步時間*/
Year_FLAG += 1985u;/*86104-6*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment