mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-08-10 15:14:45 +00:00
Minor updates to the core header files required by the new timer implementation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user