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
@@ -13,7 +13,7 @@ struct HardwareFlexRayPacket {
static bool EncodeFromMessage(const FlexRayMessage& message, std::vector<uint8_t>& bytestream, const device_eventhandler_t& report);
//Word 0
uint16_t id : 11;
uint16_t slotid : 11;
uint16_t startup : 1;
uint16_t sync : 1;
uint16_t null_frame : 1;