re-test the simpler method
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:
parent
bce8c71e38
commit
bb66228837
@ -1149,6 +1149,9 @@ int PlocSupvUartManager::removeHdlcFramingWithCrcCheck(const uint8_t* src, size_
|
||||
if (calcCrc != crc) {
|
||||
return 1;
|
||||
}
|
||||
// if(calc_crc16_buff_reflected(dst, tlen) != 0) {
|
||||
// return 1;
|
||||
// }
|
||||
*dlen = tlen - 2;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user