]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_A9_RZ_R7S72100_IAR_DS-5 / Source / FreeRTOSConfig.h
index 1263aca2ff0775b8c9d4a4ed66b0b5930e7d61c2..0b78a05db59a07f1c5f4c17ba01461928f8438bd 100644 (file)
 #define configCPU_CLOCK_HZ                                             100000000UL\r
 #define configUSE_PORT_OPTIMISED_TASK_SELECTION        1\r
 #define configUSE_TICKLESS_IDLE                                        0\r
-#define configTICK_RATE_HZ                                             ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                                             ( ( TickType_t ) 1000 )\r
 #define configPERIPHERAL_CLOCK_HZ                              ( 33333000UL )\r
 #define configUSE_PREEMPTION                                   1\r
 #define configUSE_IDLE_HOOK                                            1\r