1
0
forked from fsfw/fsfw

tuning win build

This commit is contained in:
2023-01-27 16:41:04 +01:00
parent bc312243df
commit 45963b2064
3 changed files with 29 additions and 5 deletions

View File

@ -52,6 +52,7 @@ ReturnValue_t DleParser::parseRingBuf(size_t& readSize) {
// without skipping the STX
readSize = vectorIdx;
ErrorInfo info;
info.len = vectorIdx;
setErrorContext(ErrorTypes::CONSECUTIVE_STX_CHARS, info);
return POSSIBLE_PACKET_LOSS;
}