small tweak

This commit is contained in:
Robin Müller 2021-09-23 15:22:27 +02:00
parent c9b343ebcd
commit 350fbc385c

View File

@ -11,7 +11,7 @@ bool PeriodicOperationDivider::checkAndIncrement() {
bool opNecessary = check(); bool opNecessary = check();
if(opNecessary) { if(opNecessary) {
if(resetAutomatically) { if(resetAutomatically) {
counter = 0; resetCounter();
} }
} }
return opNecessary; return opNecessary;