]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Demo / ARM7_AT91SAM7X256_Eclipse / RTOSDemo / main.c
index b1ffd6d1758fffa02529e3c886c18b94b5dc5649..1206e90d64f32a4ba2fe0cfbc59cbeded52a32ad 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. \r
+    All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 \r
@@ -202,11 +203,11 @@ static unsigned long ulCallCount = 0, ulErrorFound = pdFALSE;
 \r
 /* The rate at which LED D4 will toggle if an error has been found in one or \r
 more of the standard demo tasks. */\r
-const unsigned long ulErrorFlashRate = 500 / portTICK_RATE_MS;\r
+const unsigned long ulErrorFlashRate = 500 / portTICK_PERIOD_MS;\r
 \r
 /* The rate at which LED D4 will toggle if no errors have been found in any\r
 of the standard demo tasks. */\r
-const unsigned long ulNoErrorCheckRate = 5000 / portTICK_RATE_MS;\r
+const unsigned long ulNoErrorCheckRate = 5000 / portTICK_PERIOD_MS;\r
 \r
        ulCallCount++;\r
 \r