example code moved to fsfw

This commit is contained in:
2021-10-17 23:28:24 +02:00
parent ef6666da30
commit e9f3693d07
5 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,8 @@
#include <bsp_hosted/core/InitMission.h>
#include <bsp_hosted/core/ObjectFactory.h>
#include <test/MutexExample.h>
#include <utility/utility.h>
#include <mission/utility/PusPacketCreator.h>
#include "example/test/MutexExample.h"
#include "example/utility/utility.h"
#include <fsfw/platform.h>
#include <fsfw/objectmanager/ObjectManager.h>
@ -58,7 +57,7 @@ int main() {
InitMission::createTasks();
MutexExample::example();
PusPacketCreator::createPusPacketAndPrint();
//PusPacketCreator::createPusPacketAndPrint();
/* Permanent loop. */
for(;;) {