]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_LM3S102_GCC / Demo2 / FreeRTOSConfig.h
index b58c698f748192391a9e30a8b5248c9130157b07..76f328af45232a9a5e4ab45ec12ac9a9fcfdfa96 100644 (file)
@@ -82,7 +82,7 @@
 #define configUSE_IDLE_HOOK                    1\r
 #define configUSE_TICK_HOOK                    0\r
 #define configCPU_CLOCK_HZ                     ( ( unsigned long ) 20000000 )\r
-#define configTICK_RATE_HZ                     ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                     ( ( TickType_t ) 1000 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned short ) 59 )\r
 #define configTOTAL_HEAP_SIZE          ( ( size_t ) ( 1240 ) )\r
 #define configMAX_TASK_NAME_LEN                ( 3 )\r