mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Clarify FlexRay Slot ID
This commit is contained in:
@@ -46,7 +46,7 @@ std::shared_ptr<FlexRayMessage> HardwareFlexRayPacket::DecodeToMessage(const std
|
||||
msg->nullFrame = data->null_frame;
|
||||
msg->sync = data->sync;
|
||||
msg->startup = data->startup;
|
||||
msg->id = data->id;
|
||||
msg->slotid = data->slotid;
|
||||
if(int64_t(numBytes) != int64_t(data->Length) - 4) {
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user