WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d1630cdc4c - Show all commits

View File

@ -68,7 +68,7 @@ ReturnValue_t DleParser::parseRingBuf(size_t& readSize) {
ctx.setType(ContextType::PACKET_FOUND);
ctx.decodedPacket.first = decodedBuf.first;
ctx.decodedPacket.second = decodedLen;
readSize = vectorIdx + 1;
readSize = ++vectorIdx;
return returnvalue::OK;
} else {
// invalid packet, skip.