missing return

This commit is contained in:
Robin Müller 2021-09-20 18:29:57 +02:00
parent e8050183f4
commit 635432d7ba
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ bool PeriodicOperationDivider::checkAndIncrement() {
if(resetAutomatically) {
counter = 1;
}
return opNecessary;
}
counter++;
return opNecessary;