1
0
forked from fsfw/fsfw

added srv3

This commit is contained in:
2020-09-14 18:29:19 +02:00
parent 2d2316a0c7
commit e8de2fc47a
5 changed files with 388 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef MISSION_PUS_SERVICE17TEST_H_
#define MISSION_PUS_SERVICE17TEST_H_
#ifndef FSFW_PUS_SERVICE17TEST_H_
#define FSFW_PUS_SERVICE17TEST_H_
#include "../tmtcservices/PusServiceBase.h"
#include "../objectmanager/SystemObject.h"
@ -41,4 +41,4 @@ protected:
uint16_t packetSubCounter = 0;
};
#endif /* MISSION_PUS_SERVICE17TEST_H_ */
#endif /* FSFW_PUS_SERVICE17TEST_H_ */