Update EIVE FSFW #14

Merged
meierj merged 6 commits from mueller/master into eive/develop 2021-09-20 18:32:48 +02:00
Showing only changes of commit 635432d7ba - Show all commits

View File

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