set hk set valid as well
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Robin Müller 2022-08-22 17:10:19 +02:00
parent 64b2ceea0a
commit 42e3d92fb9
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 0 deletions

View File

@ -1065,6 +1065,7 @@ ReturnValue_t PlocSupervisorHandler::handleHkReport(const uint8_t* data) {
offset += 1;
nextReplyId = supv::EXE_REPORT;
hkset.setValidity(true, true);
#if OBSW_VERBOSE_LEVEL >= 1 && OBSW_DEBUG_PLOC_SUPERVISOR == 1
sif::info << "PlocSupervisorHandler::handleHkReport: temp_ps: " << hkset.tempPs << std::endl;