Commit 36b1381e authored by 陈家乐's avatar 陈家乐

🐞 fix:小计读EE修改

parent cf824626
...@@ -67,7 +67,7 @@ void Data_User_Mileage_KL30Init(void) ...@@ -67,7 +67,7 @@ void Data_User_Mileage_KL30Init(void)
ODOInit.MaxValue = 1999990; ODOInit.MaxValue = 1999990;
Data_ODO_KL30_Init(DataODOBuf, &ODOInit, Func.EEPromWrite_Cbk); Data_ODO_KL30_Init(DataODOBuf, &ODOInit, Func.EEPromWrite_Cbk);
(void)Data_User_EEPROM_Read(EM_TRIP_BLOCK, TempBuf + 3, 1); (void)Data_User_EEPROM_Read(EM_TRIP_BLOCK, TempBuf + 3, 2);
if (TempBuf[3] == 0XFFFFFFFF) if (TempBuf[3] == 0XFFFFFFFF)
{ {
TripInit[EM_TRIP_A].Stamp = 0; TripInit[EM_TRIP_A].Stamp = 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