mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 01:52:37 +00:00
Continue working on queue set implementation and testing.
This commit is contained in:
@@ -69,9 +69,10 @@
|
||||
#ifndef QUEUE_WAIT_MULTIPLE_H
|
||||
#define QUEUE_WAIT_MULTIPLE_H
|
||||
|
||||
void vStartQueueSetTasks( unsigned portBASE_TYPE uxPriority );
|
||||
void vStartQueueSetTasks( void );
|
||||
portBASE_TYPE xAreQueueSetTasksStillRunning( void );
|
||||
void vQueueSetWriteToQueueFromISR( void );
|
||||
|
||||
#endif
|
||||
#endif /* QUEUE_WAIT_MULTIPLE_H */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user