Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
1027 changed files with 22233 additions and 14234 deletions
Showing only changes of commit c1f42618db - Show all commits

View File

@@ -121,7 +121,7 @@ ReturnValue_t CServiceHealthCommanding::handleReply(const CommandMessage *reply,
void CServiceHealthCommanding::doPeriodicOperation() { void CServiceHealthCommanding::doPeriodicOperation() {
if (reportAllHealth) { if (reportAllHealth) {
for (uint8_t i = 0; i < maxNumHealthInfoPerCycle; i++) { for (uint8_t i = 0; i < maxNumHealthInfoPerCycle; i++) {
ReturnValue_t result = iterateHealthTable(true); ReturnValue_t result = iterateHealthTable(false);
if (result != returnvalue::OK) { if (result != returnvalue::OK) {
reportAllHealth = false; reportAllHealth = false;
break; break;