]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_LM3S102_GCC / FreeRTOSConfig.h
index cbe69990f47971889d03f8dc6a91fbdd02425fdf..beec118f55ccdd15000974cb76cdb29f679752e2 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 ) ( 1468 ) )\r
 #define configMAX_TASK_NAME_LEN                ( 3 )\r