]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
Map portTICK_RATE_MS to portTICK_PERIOD_MS.
[freertos] / FreeRTOS / Source / portable / IAR / ATMega323 / portmacro.h
index 2f4c05aa74985f221725d640a4b4def6573446ff..c2b963629c7a148c6009204f181d6d2edb74853c 100644 (file)
@@ -123,7 +123,7 @@ extern void vPortExitCritical( void );
 \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                     1\r
 #define portNOP()                                      asm( "nop" )\r
 /*-----------------------------------------------------------*/\r