initialize CRC16 in rw handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
8f5a454771
commit
cab2d00530
@ -168,7 +168,7 @@ ReturnValue_t RwHandler::interpretDeviceReply(DeviceCommandId_t id, const uint8_
|
|||||||
// data is one more flag byte to show whether the value was read at least once.
|
// data is one more flag byte to show whether the value was read at least once.
|
||||||
auto packetLen = rws::idToPacketLen(currentId);
|
auto packetLen = rws::idToPacketLen(currentId);
|
||||||
// arrayprinter::print(packetPtr, packetLen);
|
// arrayprinter::print(packetPtr, packetLen);
|
||||||
uint16_t replyCrc;
|
uint16_t replyCrc = 0;
|
||||||
size_t dummy = 0;
|
size_t dummy = 0;
|
||||||
SerializeAdapter::deSerialize(&replyCrc, packetPtr + packetLen - 2, &dummy,
|
SerializeAdapter::deSerialize(&replyCrc, packetPtr + packetLen - 2, &dummy,
|
||||||
SerializeIF::Endianness::LITTLE);
|
SerializeIF::Endianness::LITTLE);
|
||||||
|
Loading…
Reference in New Issue
Block a user