]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / ARM7_LPC2138_Rowley / FreeRTOSConfig.h
index 079ac910467361c621692e7f182d9931923b9ef2..c144a1258344d7d1297464a30a21fa019bc80d44 100644 (file)
@@ -96,7 +96,7 @@
 /* In this case configCPU_CLOCK_HZ is actually set to the pclk frequency, not\r
 the CPU frequency. */\r
 #define configCPU_CLOCK_HZ                             ( 58982400UL )  /* =14.7456MHz xtal multiplied by 4 using the PLL. */\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                             ( ( TickType_t ) 1000 )\r
 #define configMAX_PRIORITIES                   ( 6 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 128 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 18 * 1024 ) )\r