]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/task.h
Update version number ready for the V8.2.3 release.
[freertos] / FreeRTOS / Source / include / task.h
index d80908dd02522f1fbcf8fcf36cde9dceff17a34d..d5443b39af6abd6925ad8886956d410d34b4d124 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.\r
+    FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -8,7 +8,7 @@
 \r
     FreeRTOS is free software; you can redistribute it and/or modify it under\r
     the terms of the GNU General Public License (version 2) as published by the\r
-    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
+    Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.\r
 \r
     ***************************************************************************\r
     >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
@@ -1823,7 +1823,7 @@ uint32_t ulTaskNotifyTake( BaseType_t xClearCountOnExit, TickType_t xTicksToWait
  *\r
  * @return pdTRUE if the task's notification state was set to \r
  * eNotWaitingNotification, otherwise pdFALSE.\r
- * \defgroup vTaskNotifyClear vTaskNotifyClear\r
+ * \defgroup xTaskNotifyStateClear xTaskNotifyStateClear\r
  * \ingroup TaskNotifications\r
  */\r
 BaseType_t xTaskNotifyStateClear( TaskHandle_t xTask );\r