]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
Map portTICK_RATE_MS to portTICK_PERIOD_MS.
[freertos] / FreeRTOS / Source / portable / IAR / STR91x / portmacro.h
index d6633f3de6fd9998065f3dd819dcc3858c81c3b3..2f63c45871880fdf46e98ffdace4de76a08c9227 100644 (file)
@@ -108,7 +108,7 @@ typedef unsigned long UBaseType_t;
 \r
 /* Hardware 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                     8\r
 #define portYIELD()                                    asm ( "SWI 0" )\r
 #define portNOP()                                      asm ( "NOP" )\r