Assembly and FDIR updates #572

Merged
meggert merged 7 commits from bugfix_syrlinks into develop 2023-04-05 17:02:51 +02:00
Showing only changes of commit 0a68b50ad7 - Show all commits

View File

@ -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
Review

copy pasta

copy pasta
}
if (h2 == FAULTY) {
overwriteDeviceHealth(o0, h0);
overwriteDeviceHealth(o2, h2);
meggert marked this conversation as resolved
Review

copy pasta

copy pasta
}
if (h3 == FAULTY) {
overwriteDeviceHealth(o0, h0);
overwriteDeviceHealth(o3, h3);
meggert marked this conversation as resolved
Review

copy pasta

copy pasta
}
} else {
// All permanent faulty, so set all to EXTERNAL_CONTROL