important bugfix
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2024-04-29 13:23:08 +02:00
parent c3dd2b55ee
commit 083b4e61ad
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <filesystem>
#include <fstream>
#include "fsfw/serviceinterface/ServiceInterfaceStream.h"
#include "fsfw/tmtcpacket/ccsds/SpacePacketReader.h"
#include "linux/payload/MpsocCommunication.h"
#include "linux/payload/plocMpsocHelpers.h"
@ -396,6 +397,8 @@ ReturnValue_t PlocMpsocSpecialComHelper::handleTmReception() {
return result;
}
if (result == MpsocCommunication::PACKET_RECEIVED) {
// Need to convert this, we are faking a synchronous API here.
result = returnvalue::OK;
break;
}
usleep(usleepDelay);