cleaned up a bit
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user