]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/task.h
Final tidy up before tagging V8.2.3.
[freertos] / FreeRTOS / Source / include / task.h
index d80908dd02522f1fbcf8fcf36cde9dceff17a34d..b8d6dd89094179130a8ddcfac6ccda5bd341be98 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
@@ -85,10 +85,10 @@ extern "C" {
  * MACROS AND DEFINITIONS\r
  *----------------------------------------------------------*/\r
 \r
-#define tskKERNEL_VERSION_NUMBER "V8.2.2"\r
+#define tskKERNEL_VERSION_NUMBER "V8.2.3"\r
 #define tskKERNEL_VERSION_MAJOR 8\r
 #define tskKERNEL_VERSION_MINOR 2\r
-#define tskKERNEL_VERSION_BUILD 2\r
+#define tskKERNEL_VERSION_BUILD 3\r
 \r
 /**\r
  * task. h\r
@@ -1816,14 +1816,14 @@ uint32_t ulTaskNotifyTake( BaseType_t xClearCountOnExit, TickType_t xTicksToWait
  * task. h\r
  * <PRE>BaseType_t xTaskNotifyStateClear( TaskHandle_t xTask );</pre>\r
  *\r
- * If the notification state of the task referenced by the handle xTask is \r
- * eNotified, then set the task's notification state to eNotWaitingNotification.  \r
+ * If the notification state of the task referenced by the handle xTask is\r
+ * eNotified, then set the task's notification state to eNotWaitingNotification.\r
  * The task's notification value is not altered.  Set xTask to NULL to clear the\r
  * notification state of the calling task.\r
  *\r
- * @return pdTRUE if the task's notification state was set to \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