Commit 4846ea4f authored by 李俭双's avatar 李俭双

🐞 fix:转速外发数值改为外发显示数值

parent 3a9ce203
......@@ -61,7 +61,7 @@ void Can_Set_Buff_6EF(canlib_uint8_t CopyData[])
CANMsg6EFUnion *p6EF;
uint8_t i = 0;
uint16_t Espeed_tx = 0;
Espeed_tx = Get_ActualEngineSpeed()/100;
Espeed_tx = Get_DispEngineSpeed()/100;
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