]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / ColdFire_MCF51CN128_CodeWarrior / Sources / FreeRTOSConfig.h
index d37b85c605d4fc0f23891f830e49df2f1973c0a8..2dffd2887b80b8764cdc28f1afeac9abb59a46ee 100644 (file)
@@ -97,7 +97,7 @@ before compiling. */
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            1\r
 #define configCPU_CLOCK_HZ                             ( 50000000UL )\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 100 )\r
+#define configTICK_RATE_HZ                             ( ( TickType_t ) 100 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 100 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 13 * 1024 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r