]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / msp430_GCC / FreeRTOSConfig.h
index 82a0e3d91a0b016941953976d2d883ecb80beb67..c4c1c0d4a413d9e28d2d49e9099f1fb34374daad 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
@@ -84,7 +84,7 @@
 #define configUSE_IDLE_HOOK                    1\r
 #define configUSE_TICK_HOOK                    0\r
 #define configCPU_CLOCK_HZ                     ( ( unsigned long ) 7995392 ) /* Clock setup from main.c in the demo application. */\r
-#define configTICK_RATE_HZ                     ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                     ( ( TickType_t ) 1000 )\r
 #define configMAX_PRIORITIES           ( 4 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned short ) 50 )\r
 #define configTOTAL_HEAP_SIZE          ( ( size_t ) ( 1800 ) )\r