copy and paste error
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-15 15:20:47 +01:00
parent 27f29eda40
commit dc44af5b29
2 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,8 @@
#include <mission/devices/devicedefinitions/rwHelpers.h>
#include <objects/systemObjectList.h>
#define LOWER_SYRLINKS_UPPER_LIMITS 0
// Enabling this should trigger a special event which in turn should trigger a system reaction.
#define LOWER_SYRLINKS_UPPER_LIMITS 1
ThermalController::ThermalController(object_id_t objectId, HeaterHandler& heater)
: ExtendedControllerBase(objectId),
@ -1216,7 +1217,7 @@ void ThermalController::ctrlSBandTransceiver() {
triggerEvent(tcsCtrl::SYRLINKS_OVERHEATING, tempFloatToU32());
syrlinksTooHotFlag = true;
} else if (not componentAboveUpperLimit) {
pcduSystemTooHotFlag = false;
syrlinksTooHotFlag = true;
}
}
void ThermalController::ctrlPcduP60Board() {