cleaned up a bit
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "TcDistributor.h"
|
||||
#include "TcPacketCheck.h"
|
||||
|
||||
#include "../tmtcpacket/pus/TcPacketStored.h"
|
||||
#include "../tmtcpacket/pus/tc.h"
|
||||
#include "../returnvalues/HasReturnvaluesIF.h"
|
||||
#include "../tmtcservices/AcceptsTelecommandsIF.h"
|
||||
#include "../tmtcservices/VerificationReporter.h"
|
||||
@ -52,11 +52,7 @@ protected:
|
||||
/**
|
||||
* The currently handled packet is stored here.
|
||||
*/
|
||||
#if FSFW_USE_PUS_C_TELECOMMANDS == 1
|
||||
TcPacketStoredPusC* currentPacket = nullptr;
|
||||
#else
|
||||
TcPacketStoredPusA* currentPacket = nullptr;
|
||||
#endif
|
||||
TcPacketStoredPus* currentPacket = nullptr;
|
||||
|
||||
/**
|
||||
* With this variable, the current check status is stored to generate
|
||||
|
Reference in New Issue
Block a user