Improvements in TMTC Handlers #359

Merged
muellerr merged 5 commits from meier/far-parsing into develop 2023-02-01 13:44:32 +01:00
Showing only changes of commit a526bfe972 - Show all commits

View File

@ -188,6 +188,7 @@ ReturnValue_t PdecHandler::irqOperation() {
if ((pisr & NEW_FAR_MASK) == NEW_FAR_MASK) { if ((pisr & NEW_FAR_MASK) == NEW_FAR_MASK) {
// Read FAR here // Read FAR here
CURRENT_FAR = readFar(); CURRENT_FAR = readFar();
checkFrameAna(CURRENT_FAR);
} }
if (lockCheckCd.hasTimedOut()) { if (lockCheckCd.hasTimedOut()) {
checkLocks(); checkLocks();