]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / ColdFire_MCF52221_CodeWarrior / sources / FreeRTOSConfig.h
index 4dacb436e8cbc9cfc40c45f21564e9b1911005c8..5f7ff51ada62a24caffd6fba74f29ddb9097aa39 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V8.0.0:rc1 - 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
@@ -95,7 +95,7 @@ before compiling. */
 #define configUSE_IDLE_HOOK                            1\r
 #define configUSE_TICK_HOOK                            0\r
 #define configCPU_CLOCK_HZ                             ( ( unsigned long ) 80000000 )\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 100 )\r
+#define configTICK_RATE_HZ                             ( ( TickType_t ) 100 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 100 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 15000 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r