Update FSFW #24

Merged
muellerr merged 160 commits from mueller/master into master 2021-09-26 22:54:37 +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;