]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
Map portTICK_RATE_MS to portTICK_PERIOD_MS.
[freertos] / FreeRTOS / Source / portable / GCC / CORTUS_APS3 / portmacro.h
index 8f6fbff3654bb3197c6a72344b2f3980590e0f6e..b4ce2e36686b5ce776eeeffab2732ae22f7c3fa6 100644 (file)
@@ -106,7 +106,7 @@ typedef unsigned long UBaseType_t;
 \r
 /* Architecture specifics. */\r
 #define portSTACK_GROWTH                                                       ( -1 )\r
-#define portTICK_RATE_MS                                                       ( ( TickType_t ) 1000 / configTICK_RATE_HZ )\r
+#define portTICK_PERIOD_MS                                                     ( ( TickType_t ) 1000 / configTICK_RATE_HZ )\r
 #define portBYTE_ALIGNMENT                                                     4\r
 #define portNOP()                                                                      __asm__ volatile ( "mov r0, r0" )\r
 #define portCRITICAL_NESTING_IN_TCB                                    1\r