small tweak
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-05-28 15:38:16 +02:00
parent 6350e0db0a
commit a3ac2505fe

View File

@ -243,6 +243,7 @@ ReturnValue_t FreshSupvHandler::executeAction(ActionId_t actionId, MessageQueueI
} }
case ABORT_LONGER_REQUEST: { case ABORT_LONGER_REQUEST: {
uartManager->stop(); uartManager->stop();
return EXECUTION_FINISHED;
} }
case MEMORY_CHECK_WITH_FILE: { case MEMORY_CHECK_WITH_FILE: {
UpdateParams params; UpdateParams params;