Commit e0f6ec4f authored by 陈家乐's avatar 陈家乐

🐞 fix:小计英制转公制最大值清零

parent 75079950
......@@ -375,7 +375,7 @@ void Unit_Convert_Service(void)
{
if (Data_Read_Trip(EM_TRIP_A) > 9999) /* 当前单位在KM时,里程大于999.9KM进行清零 */
{
Data_Write_Trip(EM_TRIP_A, 9999);
Data_Write_Trip(EM_TRIP_A, 0);
}
}
......
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