applied auto-formatter
This commit is contained in:
parent
458fe460eb
commit
4334106ad1
@ -2,7 +2,7 @@ target_sources(
|
||||
${LIB_FSFW_NAME}
|
||||
PRIVATE CcsdsDistributor.cpp
|
||||
PusDistributor.cpp
|
||||
TcDistributor.cpp
|
||||
TcDistributorBase.cpp
|
||||
PusPacketChecker.cpp
|
||||
TcPacketCheckCFDP.cpp
|
||||
CfdpDistributor.cpp
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "fsfw/ipc/QueueFactory.h"
|
||||
#include "fsfw/tcdistribution/TcDistributorBase.h"
|
||||
|
||||
#include "fsfw/ipc/QueueFactory.h"
|
||||
#include "fsfw/tmtcservices/TmTcMessage.h"
|
||||
|
||||
TcDistributorBase::TcDistributorBase(object_id_t objectId) : SystemObject(objectId) {
|
Loading…
Reference in New Issue
Block a user