summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
diff options
context:
space:
mode:
authorRichard Barry <ribarry@amazon.com>2013-11-22 11:05:24 +0000
committerRichard Barry <ribarry@amazon.com>2013-11-22 11:05:24 +0000
commit5037ecdc5cbad1c6b9947bbe4c45ced82aa8e674 (patch)
treeb5e2982a99fb2e6ac5d00c3a946d74ff00b68898 /FreeRTOS/Demo/Common/include/EventGroupsDemo.h
parent9dc39ee2a7ad63d9d602db16cb8bae4777febe5f (diff)
downloadfreertos-git-5037ecdc5cbad1c6b9947bbe4c45ced82aa8e674.tar.gz
Checked in header file missed form previous checkin.
Diffstat (limited to 'FreeRTOS/Demo/Common/include/EventGroupsDemo.h')
-rw-r--r--FreeRTOS/Demo/Common/include/EventGroupsDemo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
index 390c83e8c..587a6a6dd 100644
--- a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
+++ b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
@@ -74,8 +74,8 @@
#ifndef EVENT_GROUPS_DEMO_H
#define EVENT_GROUPS_DEMO_H
-void vStartEventBitTasks( void );
-portBASE_TYPE xAreEventBitTasksStillRunning( void );
+void vStartEventGroupTasks( void );
+portBASE_TYPE xAreEventGroupTasksStillRunning( void );
#endif /* EVENT_GROUPS_DEMO_H */