Update FSFW #24
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user