X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FCCS%2FARM_Cortex-R4%2Fportmacro.h;h=03042c7285150596cd2fe69c8f51a7f33c9f0cf8;hb=5bbbb908620dd4b418bfc298e9f752b747885236;hp=dcaa92209da3a4fe8db6e256d84bad1ee45644b5;hpb=559aad929abb79ae07279a59a8db9682c8c01f82;p=freertos diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h index dcaa92209..03042c728 100644 --- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h +++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h @@ -100,7 +100,7 @@ typedef unsigned long UBaseType_t; /* Architecture 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 /* Critical section handling. */