]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/queue.h
Change the type used for strings and single characters from signed char to just char.
[freertos] / FreeRTOS / Source / include / queue.h
index 559f19e6e5c0d165014da77c354c2084b758599b..5a4b81ae729b3011d0d5d7958743feb7baf23bb9 100644 (file)
@@ -1514,7 +1514,7 @@ portBASE_TYPE xQueueGiveMutexRecursive( xQueueHandle pxMutex ) PRIVILEGED_FUNCTI
  * preferably in ROM/Flash), not on the stack.\r
  */\r
 #if configQUEUE_REGISTRY_SIZE > 0\r
-       void vQueueAddToRegistry( xQueueHandle xQueue, signed char *pcName ) PRIVILEGED_FUNCTION;\r
+       void vQueueAddToRegistry( xQueueHandle xQueue, char *pcName ) PRIVILEGED_FUNCTION; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */\r
 #endif\r
 \r
 /*\r