afmt
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-11-16 14:43:22 +01:00
parent 5b770a6407
commit 03e007fd36
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 3 additions and 0 deletions

View File

@ -1059,6 +1059,9 @@ ReturnValue_t PlocSupvUartManager::parseRecRingBufForHdlc(size_t& readSize, size
} else if (retval == 1) {
triggerEvent(HDLC_CRC_ERROR);
}
if (retval != 0) {
return HDLC_ERROR;
}
return returnvalue::OK;
} else {
readSize = ++idx;