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