]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_LM3S811_GCC / FreeRTOSConfig.h
index e3437fe7a0a29f7e267337167f93bc4a0c4affad..821e1dc633401ed60fd1a5c949594d06c3dca3eb 100644 (file)
@@ -82,7 +82,7 @@
 #define configUSE_IDLE_HOOK                    0\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 ) 70 )\r
 #define configTOTAL_HEAP_SIZE          ( ( size_t ) ( 7000 ) )\r
 #define configMAX_TASK_NAME_LEN                ( 10 )\r