We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2c6b7 commit cb7aaceCopy full SHA for cb7aace
1 file changed
erpc_c/port/erpc_threading.h
@@ -478,7 +478,7 @@ class Semaphore
478
* @param[in] timeoutUsecs Time how long can wait for getting semaphore in [us].
479
*
480
* @retval true When semaphore got successfully.
481
- * @retval false When mutex didn't get.
+ * @retval false When failed getting semaphore or if timeout expired.
482
*/
483
bool get(uint32_t timeoutUsecs = kWaitForever);
484
0 commit comments