Minor updates to the core header files required by the new timer implementation.

This commit is contained in:
Richard Barry 2011-02-09 19:26:33 +00:00
parent 559532329d
commit 91f0fc9cdd
4 changed files with 39 additions and 10 deletions

View file

@ -1250,7 +1250,8 @@ portBASE_TYPE xQueueGiveMutexRecursive( xQueueHandle pxMutex );
void vQueueAddToRegistry( xQueueHandle xQueue, signed char *pcName );
#endif
/* Not a public API function, hence the 'Restricted' in the name. */
void vQueueWaitForMessageRestricted( xQueueHandle pxQueue, portTickType xTicksToWait );
#ifdef __cplusplus