adapted event name

This commit is contained in:
2021-11-25 14:09:06 +01:00
parent fa89da4438
commit 14ba11738b
6 changed files with 10 additions and 10 deletions

View File

@ -246,7 +246,7 @@ void PdecHandler::checkLocks() {
}
if (!(clcw & NO_BITLOCK_MASK) && (lastClcw & NO_BITLOCK_MASK)) {
// Bit lock changed from 0 to 1
triggerEvent(BIT_LOCK);
triggerEvent(BIT_LOCK_PDEC);
}
lastClcw = clcw;
}