X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FIAR%2FSTR91x%2Fportmacro.h;h=2f63c45871880fdf46e98ffdace4de76a08c9227;hb=5bbbb908620dd4b418bfc298e9f752b747885236;hp=d6633f3de6fd9998065f3dd819dcc3858c81c3b3;hpb=559aad929abb79ae07279a59a8db9682c8c01f82;p=freertos diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h index d6633f3de..2f63c4587 100644 --- a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h +++ b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h @@ -108,7 +108,7 @@ typedef unsigned long UBaseType_t; /* Hardware specifics. */ #define portSTACK_GROWTH ( -1 ) -#define portTICK_RATE_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ ) +#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ ) #define portBYTE_ALIGNMENT 8 #define portYIELD() asm ( "SWI 0" ) #define portNOP() asm ( "NOP" )