1
0
forked from fsfw/fsfw

rtems bugfixes and updates only

This commit is contained in:
2021-01-28 11:28:28 +01:00
parent 35d75bae56
commit 17a1ae9d0e
18 changed files with 481 additions and 338 deletions

View File

@ -11,7 +11,7 @@ public:
ReturnValue_t lockMutex(TimeoutType timeoutType, uint32_t timeoutMs = 0);
ReturnValue_t unlockMutex();
private:
rtems_id mutexId;
rtems_id mutexId = 0;
static uint8_t count;
};