Fix documentation for xQueueTakeMutexRecursive (#943)

pull/939/head
Eric Jackson 1 year ago committed by GitHub
parent be880a1fc8
commit 4568507507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1522,8 +1522,8 @@ BaseType_t xQueueSemaphoreTake( QueueHandle_t xQueue,
#endif
/*
* For internal use only. Use xSemaphoreTakeMutexRecursive() or
* xSemaphoreGiveMutexRecursive() instead of calling these functions directly.
* For internal use only. Use xSemaphoreTakeRecursive() or
* xSemaphoreGiveRecursive() instead of calling these functions directly.
*/
BaseType_t xQueueTakeMutexRecursive( QueueHandle_t xMutex,
TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;

Loading…
Cancel
Save