eive/fsfw:mueller/mutex-update
development
@@ -15,0 +9,4 @@
MutexHelper(MutexIF* mutex, MutexIF::TimeoutType timeoutType =
MutexIF::TimeoutType::BLOCKING, uint32_t timeoutMs = 0):
internalMutex(mutex) {
if(mutex == nullptr) {
This should trigger an error printout
No dependencies set.
The note is not visible to the blocked user.
@@ -15,0 +9,4 @@MutexHelper(MutexIF* mutex, MutexIF::TimeoutType timeoutType =MutexIF::TimeoutType::BLOCKING, uint32_t timeoutMs = 0):internalMutex(mutex) {if(mutex == nullptr) {This should trigger an error printout