X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=FreeRTOS%2FSource%2Fportable%2FParadigm%2FTern_EE%2Flarge_untested%2Fportmacro.h;h=f713a0a836370803115b36438a165685dec86915;hb=5bbbb908620dd4b418bfc298e9f752b747885236;hp=bebf689931389b974bea468bf73510113524cd77;hpb=559aad929abb79ae07279a59a8db9682c8c01f82;p=freertos diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h index bebf68993..f713a0a83 100644 --- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h +++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h @@ -119,7 +119,7 @@ typedef unsigned short UBaseType_t; #define portSTACK_GROWTH ( -1 ) #define portSWITCH_INT_NUMBER 0x80 #define portYIELD() __asm{ int portSWITCH_INT_NUMBER } -#define portTICK_RATE_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ ) +#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ ) #define portBYTE_ALIGNMENT 2 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with interrupts enabled. */ /*-----------------------------------------------------------*/