]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_MPU_LPC1768_GCC_RedSuite / src / FreeRTOSConfig.h
index 7da7504d09063c76547deab51624478195746ae2..30839ecd44e10e436a32683a7ebb071777419a69 100644 (file)
@@ -91,7 +91,7 @@
 #define configMAX_PRIORITIES           ( 5 )\r
 #define configUSE_TICK_HOOK                    1\r
 #define configCPU_CLOCK_HZ                     ( ( unsigned long ) 99000000 )\r
-#define configTICK_RATE_HZ                     ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                     ( ( TickType_t ) 1000 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned short ) 100 )\r
 #define configTOTAL_HEAP_SIZE          ( ( size_t ) ( 2560 ) )\r
 #define configMAX_TASK_NAME_LEN                ( 12 )\r