From 04122ffec58e0c0d5af8932f8cfd04781b3107df Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 28 Sep 2022 17:00:28 +0200 Subject: [PATCH] dumb bug --- src/fsfw/globalfunctions/DleParser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fsfw/globalfunctions/DleParser.h b/src/fsfw/globalfunctions/DleParser.h index f1a4f193..5ccd55df 100644 --- a/src/fsfw/globalfunctions/DleParser.h +++ b/src/fsfw/globalfunctions/DleParser.h @@ -44,6 +44,7 @@ class DleParser { Context(void* args) : userArgs(args) { setType(ContextType::PACKET_FOUND); } void setType(ContextType type) { + this->type = type; if (type == ContextType::PACKET_FOUND) { error.first = ErrorTypes::NONE; error.second.len = 0;