mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Continue working on queue set implementation and testing.
This commit is contained in:
parent
4e5090e061
commit
232a5b3433
6 changed files with 329 additions and 103 deletions
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue