Split ACU HK #256

Merged
meierj merged 16 commits from mueller/split-acu-hk into develop 2022-05-25 15:23:19 +02:00
50 changed files with 1390 additions and 2589 deletions
Showing only changes of commit e522aadd44 - Show all commits

View File

@ -132,6 +132,8 @@ ReturnValue_t ACUHandler::parseHkTableReply(const uint8_t *packet) {
auxHk.wdtGndLeft = *(packet + dataOffset) << 24 | *(packet + dataOffset + 1) << 16 |
*(packet + dataOffset + 2) << 8 | *(packet + dataOffset + 3);
dataOffset += 6;
coreHk.setValidity(true, true);
auxHk.setValidity(true, true);
return RETURN_OK;
}

2
tmtc

Submodule tmtc updated: 580b381848...b9de13ffe7