From a76b0ae56c9834aa0cb44a7e83baa3a67d5bb9e7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 25 Jul 2022 10:18:38 +0200 Subject: [PATCH] tmtc refactoring --- example/core/GenericFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/core/GenericFactory.cpp b/example/core/GenericFactory.cpp index b4f6acf..322c43a 100644 --- a/example/core/GenericFactory.cpp +++ b/example/core/GenericFactory.cpp @@ -22,7 +22,7 @@ #include "fsfw/pus/Service9TimeManagement.h" #include "fsfw/tcdistribution/CCSDSDistributor.h" #include "fsfw/tcdistribution/PUSDistributor.h" -#include "fsfw/timemanager/TimeStamper.h" +#include "fsfw/timemanager/CdsShortTimeStamper.h" #include "fsfw/tmtcpacket/pus/tm.h" #include "fsfw_tests/integration/assemblies/TestAssembly.h" #include "fsfw_tests/integration/controller/TestController.h"