From 42e3d92fb996ef40b0ca85ac5be8be7546574b1f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 22 Aug 2022 17:10:19 +0200 Subject: [PATCH] set hk set valid as well --- linux/devices/ploc/PlocSupervisorHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/devices/ploc/PlocSupervisorHandler.cpp b/linux/devices/ploc/PlocSupervisorHandler.cpp index ff6eb624..668264f1 100644 --- a/linux/devices/ploc/PlocSupervisorHandler.cpp +++ b/linux/devices/ploc/PlocSupervisorHandler.cpp @@ -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;