From: richardbarry Date: Thu, 20 Jun 2013 14:57:44 +0000 (+0000) Subject: Add missing function prototype. X-Git-Tag: V7.5.0~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8bad4aa1c348a4f7d92c9ea7de948b6f17710dbf;p=freertos Add missing function prototype. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1937 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/include/queue.h b/FreeRTOS/Source/include/queue.h index f2787f0ba..3de926022 100644 --- a/FreeRTOS/Source/include/queue.h +++ b/FreeRTOS/Source/include/queue.h @@ -1461,6 +1461,7 @@ xQueueSetMemberHandle xQueueSelectFromSetFromISR( xQueueSetHandle xQueueSet ) PR void vQueueWaitForMessageRestricted( xQueueHandle xQueue, portTickType xTicksToWait ) PRIVILEGED_FUNCTION; portBASE_TYPE xQueueGenericReset( xQueueHandle xQueue, portBASE_TYPE xNewQueue ) PRIVILEGED_FUNCTION; void vQueueSetQueueNumber( xQueueHandle xQueue, unsigned char ucQueueNumber ) PRIVILEGED_FUNCTION; +unsigned char ucQueueGetQueueNumber( xQueueHandle xQueue ) PRIVILEGED_FUNCTION; unsigned char ucQueueGetQueueType( xQueueHandle xQueue ) PRIVILEGED_FUNCTION;