]> git.sur5r.net Git - freertos/blobdiff - Source/tasks.c
Add an option for 8 byte alignment.
[freertos] / Source / tasks.c
index 95131e156ad9ed7e60e8b5deaa896b7b6aca9034..f4a7f35c7f3cd07777a95a732dac4e77bcde340b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.\r
+       FreeRTOS.org V4.2.0 - Copyright (C) 2003-2007 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -187,6 +187,12 @@ Changes from V4.1.2
        + Tasks that block on events with a timeout of portMAX_DELAY are now\r
          blocked indefinitely if configINCLUDE_vTaskSuspend is defined. \r
          Previously portMAX_DELAY was just the longest block time possible.\r
+\r
+Changes from V4.1.3\r
+\r
+       + Very small change made to xTaskCheckForTimeout() as a result of the \r
+       SafeRTOS testing.  This corrects the case where the function can return an\r
+       invalid value - but only in an extremely unlikely scenario.\r
 */\r
 \r
 #include <stdio.h>\r