]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/task.h
Fix misra violations in queue.c by introducing a union that allows the correct data...
[freertos] / FreeRTOS / Source / include / task.h
index 8b40fcdc2ae1e87fd76644a7167cb340219e8d8c..b217875ca2825d6e3b6a0d3da5fff8ea259aa2c0 100644 (file)
@@ -2321,7 +2321,7 @@ eSleepModeStatus eTaskConfirmSleepModeStatus( void ) PRIVILEGED_FUNCTION;
  * For internal use only.  Increment the mutex held count when a mutex is\r
  * taken and return the handle of the task that has taken the mutex.\r
  */\r
-void *pvTaskIncrementMutexHeldCount( void ) PRIVILEGED_FUNCTION;\r
+TaskHandle_t pvTaskIncrementMutexHeldCount( void ) PRIVILEGED_FUNCTION;\r
 \r
 /*\r
  * For internal use only.  Same as vTaskSetTimeOutState(), but without a critial\r