little doc correction

This commit is contained in:
Robin Müller 2020-08-07 22:06:20 +02:00
parent e3d094b2de
commit 44b70b45e2

View File

@ -21,10 +21,10 @@ public:
}; };
/** /**
* Lock the mutex. * Lock the mutex. The timeout value will only be used for
* TimeoutType::WAITING
* @param timeoutType * @param timeoutType
* @param timeoutMs * @param timeoutMs
* This value will only be used for TimeoutType::WAIT
* @return * @return
*/ */
virtual ReturnValue_t lockMutex(TimeoutType timeoutType = virtual ReturnValue_t lockMutex(TimeoutType timeoutType =