reset counter as well
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2023-02-20 18:36:22 +01:00
parent 803c0b1a3e
commit bcce945cce
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -185,6 +185,7 @@ ReturnValue_t PdecHandler::irqOperation() {
// No TCs for timeout period
checkLocks();
genericCheckCd.resetTimer();
interruptCounter = 0;
interruptWindowCd.resetTimer();
} else if (ret >= 1) {
nb = read(fd, &info, sizeof(info));