Commit bee502c3 authored by 李俭双's avatar 李俭双

🐞 fix:依据规范变更,外发转速由显示转速改为实际转速

parent 9db46191
......@@ -67,7 +67,7 @@ void Can_Set_Buff_6EF(canlib_uint8_t CopyData[])
uint8_t i = 0;
uint16_t Espeed_tx = 0;
uint16_t TripA_tx = 0;
Espeed_tx = Get_DispEngineSpeed()/100;
Espeed_tx = Get_ActualEngineSpeed()/100;
TripA_tx = Data_Read_Trip(EM_TRIP_A);
p6EF = (CANMsg6EFUnion *)CopyData;
if ( p6EF != ( void * )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