Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -1132,7 +1132,7 @@ int PlocSupvUartManager::removeHdlcFramingWithCrcCheck(const uint8_t* src, size_
|
||||
}
|
||||
// calc crc16
|
||||
uint16_t calcCrc = calc_crc16_buff_reflected(dst, tlen - 2);
|
||||
uint16_t crc;
|
||||
uint16_t crc = 0;
|
||||
size_t dummy;
|
||||
SerializeAdapter::deSerialize(&crc, dst + tlen - 2, &dummy, SerializeIF::Endianness::LITTLE);
|
||||
if (calcCrc != crc) {
|
||||
|
Reference in New Issue
Block a user