copy and paste error
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user