From 11e5866f31bc213d5beac0ec522571b5df7859b2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 15 Mar 2023 16:24:46 +0100 Subject: [PATCH] added some defines --- mission/controller/ThermalController.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mission/controller/ThermalController.cpp b/mission/controller/ThermalController.cpp index 55e7be1b..f0a747ec 100644 --- a/mission/controller/ThermalController.cpp +++ b/mission/controller/ThermalController.cpp @@ -18,6 +18,8 @@ // Enabling this should trigger a special event which in turn should trigger a system reaction. #define LOWER_SYRLINKS_UPPER_LIMITS 0 +#define LOWER_EBAND_UPPER_LIMITS 0 +#define LOWER_PLOC_UPPER_LIMITS 0 ThermalController::ThermalController(object_id_t objectId, HeaterHandler& heater) : ExtendedControllerBase(objectId),