]> 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 217776c035be5039e025d70353d13106428b1451..c4c1c0d4a413d9e28d2d49e9099f1fb34374daad 100644 (file)
@@ -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