missing return
This commit is contained in:
parent
e8050183f4
commit
635432d7ba
@ -12,6 +12,7 @@ bool PeriodicOperationDivider::checkAndIncrement() {
|
||||
if(resetAutomatically) {
|
||||
counter = 1;
|
||||
}
|
||||
return opNecessary;
|
||||
}
|
||||
counter++;
|
||||
return opNecessary;
|
||||
|
Loading…
Reference in New Issue
Block a user