mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
LIN: Fix protected ID not assigned
This commit is contained in:
@@ -115,7 +115,7 @@ bool HardwareLINPacket::EncodeFromMessage(LINMessage& message, std::vector<uint8
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
message.calcProtectedID(message.ID);
|
message.protectedID = message.calcProtectedID(message.ID);
|
||||||
bytestream.insert(bytestream.end(),
|
bytestream.insert(bytestream.end(),
|
||||||
{
|
{
|
||||||
static_cast<uint8_t>(0x00u),
|
static_cast<uint8_t>(0x00u),
|
||||||
|
|||||||
Reference in New Issue
Block a user