X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FIAR%2F78K0R%2Fportasm.s26;h=f17f74dfd306beef52e191f9529eea69a852f431;hb=6a98238fd1b8047c2c2ad925e06fe5bbc70d1988;hp=fc83b9efc56ba83f1eb06b3bce7af8e6eb6adddc;hpb=29ba679b4650a076bdb5d97b6eb578aec31eafc5;p=freertos diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 index fc83b9efc..f17f74dfd 100644 --- a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 +++ b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 @@ -1,5 +1,6 @@ ;/* -; FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd. +; FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. +; All rights reserved ; ; ; *************************************************************************** @@ -68,7 +69,7 @@ ; Functions used by scheduler ;------------------------------------------------------------------------------ EXTERN vTaskSwitchContext - EXTERN vTaskIncrementTick + EXTERN xTaskIncrementTick ; Tick ISR Prototype ;------------------------------------------------------------------------------ @@ -133,7 +134,7 @@ vPortStart: MD_INTTM05: portSAVE_CONTEXT ; Save the context of the current task. - call vTaskIncrementTick ; Call the timer tick function. + call xTaskIncrementTick ; Call the timer tick function. #if configUSE_PREEMPTION == 1 call vTaskSwitchContext ; Call the scheduler to select the next task. #endif