Skip to content

Commit

Permalink
Fix documentation for xQueueTakeMutexRecursive (FreeRTOS#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbj29 authored Jan 3, 2024
1 parent be880a1 commit 4568507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4568507

Please sign in to comment.