initmission
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Irini Kosmidou
2022-05-30 20:52:45 +02:00
parent f5ee21334c
commit 521b17a8f8
2 changed files with 15 additions and 1 deletions

View File

@ -165,7 +165,7 @@ void ScexUartReader::foundDlePacketHandler(const DleParser::Context &ctx) {
if (ctx.getType() == DleParser::ContextType::PACKET_FOUND) {
obj->handleFoundDlePacket(ctx.decodedPacket.first, ctx.decodedPacket.second);
} else {
DleParser::defaultErrorHandler(ctx.error.first, ctx.error.second);
DleParser::defaultErrorHandler(ctx.error.first, ctx.error.second);
}
}