]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / msp430_IAR / FreeRTOSConfig.h
index 63d52d4467a154e78c32d108041bcfd9764190fd..a25848f7e43329bf98b5a004b5920ad49ff6366d 100644 (file)
@@ -114,7 +114,7 @@ occurs.
 #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 ) ( 1700 ) )\r