PLOC SUPV Update to newer firmware #316
@ -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