summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/include/QueueSet.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-02-12 10:09:36 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-02-12 10:09:36 +0000
commit27db9d50d3fd0e56773a5bc7f0111cd88d299286 (patch)
treea091f1a9a37bbe2a1a9a5778e5b9a5fcfba90342 /FreeRTOS/Demo/Common/include/QueueSet.h
parent8067c02e8c41f5426ddee170867ef8e4851ecef8 (diff)
downloadfreertos-27db9d50d3fd0e56773a5bc7f0111cd88d299286.tar.gz
Improve QueueSet.c test coverage by reading the queue set from an ISR to force paths through the queue locking and unlocking.
Add the FreeRTOS+Trace recorder into the Win32 MSVC demo. Added more functions, including the queue set functions, to the MPU port. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1822 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/Common/include/QueueSet.h')
-rw-r--r--FreeRTOS/Demo/Common/include/QueueSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index eb203ec0e..afd4839c1 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -71,7 +71,7 @@
void vStartQueueSetTasks( void );
portBASE_TYPE xAreQueueSetTasksStillRunning( void );
-void vQueueSetWriteToQueueFromISR( void );
+void vQueueSetAccessQueueSetFromISR( void );
#endif /* QUEUE_WAIT_MULTIPLE_H */