Split ACU HK #256

Merged
meierj merged 16 commits from mueller/split-acu-hk into develop 2022-05-25 15:23:19 +02:00
2 changed files with 3 additions and 1 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

@ -1 +1 @@
Subproject commit 580b3818489a87f9ea1b31754c7b0285c2bb6a10
Subproject commit b9de13ffe7a4f8112e2e7732049816833f89d17d