mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 17:38:35 +02:00
Legacy: SpyMessageToNeoMessage length fix for CAN FD
This commit is contained in:
@@ -230,6 +230,7 @@ static bool SpyMessageToNeoMessage(const icsSpyMessage& oldmsg, neomessage_frame
|
|||||||
}
|
}
|
||||||
case SPY_PROTOCOL_CANFD:
|
case SPY_PROTOCOL_CANFD:
|
||||||
{
|
{
|
||||||
|
frame.length = oldmsg.NumberBytesData;
|
||||||
frame.status.canfdFDF = true;
|
frame.status.canfdFDF = true;
|
||||||
copyFrameDataPtr();
|
copyFrameDataPtr();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user