1
0
forked from fsfw/fsfw

added new mode for local datapool manager

This commit is contained in:
2020-09-26 17:28:03 +02:00
parent c3830da3d0
commit 6eaade2395
3 changed files with 8 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ protected:
PeriodicTaskIF* executingTask = nullptr;
MutexIF* mutex = nullptr;
sid_t internalErrorSid;
InternalErrorDataset internalErrorDataset;
bool diagnosticPrintout = true;