1
0
forked from fsfw/fsfw

cleaned up a bit

This commit is contained in:
2021-06-14 10:19:01 +02:00
parent dadba69272
commit 56d2af9d25
49 changed files with 173 additions and 196 deletions

View File

@ -9,7 +9,7 @@
#include "../objectmanager/SystemObject.h"
#include "../returnvalues/HasReturnvaluesIF.h"
#include "../tasks/ExecutableObjectIF.h"
#include "../tmtcpacket/pus/TcPacketStored.h"
#include "../tmtcpacket/pus/tc.h"
#include "../ipc/MessageQueueIF.h"
namespace Factory{
@ -141,11 +141,7 @@ protected:
* The current Telecommand to be processed.
* It is deleted after handleRequest was executed.
*/
#if FSFW_USE_PUS_C_TELECOMMANDS == 1
TcPacketStoredPusC currentPacket;
#else
TcPacketStoredPusA currentPacket;
#endif
TcPacketStoredPus currentPacket;
static object_id_t packetSource;