]> 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 d5443b39af6abd6925ad8886956d410d34b4d124..b8d6dd89094179130a8ddcfac6ccda5bd341be98 100644 (file)
@@ -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,12 +1816,12 @@ 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 xTaskNotifyStateClear xTaskNotifyStateClear\r
  * \ingroup TaskNotifications\r