1
0
forked from fsfw/fsfw

Replaced Magic Numbers

This commit is contained in:
2021-04-20 20:45:15 +02:00
parent 6d0bc26624
commit 03ef63302b
2 changed files with 6 additions and 7 deletions

View File

@ -56,9 +56,9 @@ protected:
Mode_t mode;
Submode_t submode;
Submode_t submode = SUBMODE_NONE;
bool childrenChangedMode;
bool childrenChangedMode = false;
/**
* Always check this against <=0, so you are robust against too many replies