missing return

This commit is contained in:
Robin Müller 2021-09-20 18:29:57 +02:00
parent e8050183f4
commit 635432d7ba

View File

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