Commit 778fbd82 authored by 郑萍's avatar 郑萍

🐞 fix:50m内的段码刷写不做判断

parent b7b0698d
......@@ -41,15 +41,11 @@ void Sys_20ms_Tasks(void)
void Sys_50ms_Tasks(void)
{
BU98R10_Update_Request();
LED_Driver_Scan_Refresh();
Telltales_Management();
Set_CAN_ALL_Signal();
Gauge_Service();
if ((Common_GetIgnOnTime() > 1500))
{
BU98R10_Update_Request();
}
}
void Sys_15ms_Tasks(void)
......
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