Ignore padding when backtracking DCH Header CH

This commit is contained in:
Mathias Weyland
2016-05-03 23:18:06 +02:00
parent 2683efa6d0
commit 8e8f83afee

View File

@@ -129,7 +129,7 @@ bool CYSFPayload::processHeaderData(unsigned char* data)
}
unsigned char output[23U];
conv.chainback(output, 180U);
conv.chainback(output, 176U);
bool valid = CCRC::checkCCITT162(output, 22U);
if (valid) {