summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2015-10-16 14:57:00 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2015-10-16 14:57:00 +0000
commit2840ed0c811cbccd9ce589f20b7fadfed8fe951b (patch)
tree543d6c820cf46c05ae1b76fa9db2bea58be2fb92 /FreeRTOS/Demo/Common/Minimal/TaskNotify.c
parent5e3816d98a76c9f98d89de44f3ffb67fa8941607 (diff)
downloadfreertos-2840ed0c811cbccd9ce589f20b7fadfed8fe951b.tar.gz
Update version number ready for the V8.2.3 release.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2390 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/Common/Minimal/TaskNotify.c')
-rw-r--r--FreeRTOS/Demo/Common/Minimal/TaskNotify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
index 326531200..ca02b4bbc 100644
--- a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
+++ b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.
+ FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -8,7 +8,7 @@
FreeRTOS is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License (version 2) as published by the
- Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.
***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
@@ -379,7 +379,7 @@ const uint32_t ulBit0 = 0x01UL, ulBit1 = 0x02UL;
/* -------------------------------------------------------------------------
- /* Clear the previous notifications. */
+ Clear the previous notifications. */
xTaskNotifyWait( ULONG_MAX, 0, &ulNotifiedValue, 0 );
/* The task should not have any notifications pending, so an attempt to clear