set HKs valid
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Robin Müller 2022-05-23 14:04:46 +02:00
parent 8ae6fe0be5
commit e522aadd44
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 1 deletions

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