summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/include
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-02-08 15:50:14 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-02-08 15:50:14 +0000
commitf80b28cef98ef4863d7e53f77dbda1e1cb927353 (patch)
treea2d85f1e8c6be8093e151c5cff11c61f813ecc3f /FreeRTOS/Demo/Common/include
parent3a8eab2f341c6b06ccf9c06ddd56b86bd8ab0eff (diff)
downloadfreertos-f80b28cef98ef4863d7e53f77dbda1e1cb927353.tar.gz
Continue working on queue set implementation and testing.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1818 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/Common/include')
-rw-r--r--FreeRTOS/Demo/Common/include/QueueSet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index 107b7a8bc..eb203ec0e 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -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 */