Clarify FlexRay Slot ID

This commit is contained in:
Paul Hollinsky
2019-11-01 14:48:14 -04:00
parent b990e03343
commit f0582697a6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 {