make robin happy

This commit is contained in:
2024-03-06 11:09:23 +01:00
parent d0765fdcce
commit 7efd48c695
2 changed files with 5 additions and 1 deletions

View File

@ -298,6 +298,7 @@ class CoreController : public ExtendedControllerBase, public ReceivesParameterMe
std::string currMntPrefix;
bool timeFileInitDone = false;
bool leapSecondsInitDone = false;
bool performOneShotSdCardOpsSwitch = false;
uint8_t shortSdCardCdCounter = 0;
#if OBSW_THREAD_TRACING == 1