From 188cd15b6e253401452d7b4a8ee29939a43c6745 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 22 Nov 2013 11:05:24 +0000 Subject: [PATCH] Checked in header file missed form previous checkin. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2115 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- FreeRTOS/Demo/Common/include/EventGroupsDemo.h | 4 ++-- 1 file 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 */ -- 2.39.5