Assembly and FDIR updates #572
@ -291,13 +291,13 @@ ReturnValue_t AcsBoardAssembly::checkAndHandleHealthStates(Mode_t commandedMode,
|
||||
overwriteDeviceHealth(o0, h0);
|
||||
}
|
||||
if (h1 == FAULTY) {
|
||||
overwriteDeviceHealth(o0, h0);
|
||||
overwriteDeviceHealth(o1, h1);
|
||||
meggert marked this conversation as resolved
|
||||
}
|
||||
if (h2 == FAULTY) {
|
||||
overwriteDeviceHealth(o0, h0);
|
||||
overwriteDeviceHealth(o2, h2);
|
||||
meggert marked this conversation as resolved
meggert
commented
copy pasta copy pasta
|
||||
}
|
||||
if (h3 == FAULTY) {
|
||||
overwriteDeviceHealth(o0, h0);
|
||||
overwriteDeviceHealth(o3, h3);
|
||||
meggert marked this conversation as resolved
meggert
commented
copy pasta copy pasta
|
||||
}
|
||||
} else {
|
||||
// All permanent faulty, so set all to EXTERNAL_CONTROL
|
||||
|
Loading…
Reference in New Issue
Block a user
copy pasta