This commit is contained in:
parent
c3dd2b55ee
commit
083b4e61ad
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user