if( pxQueue->uxQueueType == queueQUEUE_IS_MUTEX )\r
{\r
portENTER_CRITICAL();\r
- vTaskPriorityInherit( ( xTaskHandle * const ) pxQueue->pxMutexHolder );\r
+ vTaskPriorityInherit( ( void * const ) pxQueue->pxMutexHolder );\r
portEXIT_CRITICAL();\r
}\r
}\r
if( pxQueue->uxQueueType == queueQUEUE_IS_MUTEX )\r
{\r
/* The mutex is no longer being held. */\r
- vTaskPriorityDisinherit( ( xTaskHandle * const ) pxQueue->pxMutexHolder );\r
+ vTaskPriorityDisinherit( ( void * const ) pxQueue->pxMutexHolder );\r
}\r
}\r
#endif\r