diff --git a/bsp_hosted/core/InitMission.cpp b/bsp_hosted/core/InitMission.cpp index f359404..9dc4f31 100644 --- a/bsp_hosted/core/InitMission.cpp +++ b/bsp_hosted/core/InitMission.cpp @@ -3,16 +3,17 @@ #include #include #include +#include "example/utility/TaskCreation.h" + +#include "fsfw_tests/integration/assemblies/TestAssembly.h" + #include - -#include - #include #include #include #include #include -#include + #ifdef _WIN32 #include diff --git a/bsp_hosted/core/ObjectFactory.cpp b/bsp_hosted/core/ObjectFactory.cpp index 321c80b..4af03fe 100644 --- a/bsp_hosted/core/ObjectFactory.cpp +++ b/bsp_hosted/core/ObjectFactory.cpp @@ -4,10 +4,10 @@ #include #include -#include +#include "fsfw_tests/integration/task/TestTask.h" -#include -#include +#include "example/utility/TmFunnel.h" +#include "example/core/GenericFactory.h" #include #include diff --git a/bsp_hosted/main.cpp b/bsp_hosted/main.cpp index 9ddc77e..7440204 100644 --- a/bsp_hosted/main.cpp +++ b/bsp_hosted/main.cpp @@ -1,9 +1,8 @@ #include #include -#include -#include -#include +#include "example/test/MutexExample.h" +#include "example/utility/utility.h" #include #include @@ -58,7 +57,7 @@ int main() { InitMission::createTasks(); MutexExample::example(); - PusPacketCreator::createPusPacketAndPrint(); + //PusPacketCreator::createPusPacketAndPrint(); /* Permanent loop. */ for(;;) { diff --git a/example_common b/example_common index 127a0f6..349ada8 160000 --- a/example_common +++ b/example_common @@ -1 +1 @@ -Subproject commit 127a0f6e16ac33f3e2af03a0a5e050ecc02a90cf +Subproject commit 349ada87f1d32aa36a5a1b12f3baa1b03006dbfe diff --git a/fsfw b/fsfw index f8e9042..6e97bd4 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit f8e90429438a857b518ae46364bdba08ef5464b4 +Subproject commit 6e97bd4db4a51db75c6b5f4fc8998dcc3a731191