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