From 60418f6fdc25b5e81faf1de54ad0fa2c682e86a6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 2 Dec 2022 11:38:51 +0100 Subject: [PATCH] small compile fixes --- mission/devices/devicedefinitions/GPSDefinitions.h | 1 + unittest/controller/testThermalController.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mission/devices/devicedefinitions/GPSDefinitions.h b/mission/devices/devicedefinitions/GPSDefinitions.h index e842f54b..7653745f 100644 --- a/mission/devices/devicedefinitions/GPSDefinitions.h +++ b/mission/devices/devicedefinitions/GPSDefinitions.h @@ -3,6 +3,7 @@ #include "fsfw/datapoollocal/StaticLocalDataSet.h" #include "fsfw/devicehandlers/DeviceHandlerIF.h" +#include "eive/eventSubsystemIds.h" namespace GpsHyperion { diff --git a/unittest/controller/testThermalController.cpp b/unittest/controller/testThermalController.cpp index 3fac0f4e..1c5f63fe 100644 --- a/unittest/controller/testThermalController.cpp +++ b/unittest/controller/testThermalController.cpp @@ -13,7 +13,7 @@ TEST_CASE("Thermal Controller", "[ThermalController]") { const object_id_t THERMAL_CONTROLLER_ID = 0x123; new TemperatureSensorsDummy(); - new SusDummy(); + //new SusDummy(); // testEnvironment::initialize();