]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
Prepare for V9.0.0 release:
[freertos] / FreeRTOS / Source / portable / IAR / 78K0R / portasm.s26
index fc83b9efc56ba83f1eb06b3bce7af8e6eb6adddc..f17f74dfd306beef52e191f9529eea69a852f431 100644 (file)
@@ -1,5 +1,6 @@
 ;/*\r
-;    FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.\r
+;    FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.\r
+;    All rights reserved\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
@@ -68,7 +69,7 @@
 ; Functions used by scheduler\r
 ;------------------------------------------------------------------------------\r
        EXTERN    vTaskSwitchContext\r
-       EXTERN    vTaskIncrementTick\r
+       EXTERN    xTaskIncrementTick\r
 \r
 ; Tick ISR Prototype\r
 ;------------------------------------------------------------------------------\r
@@ -133,7 +134,7 @@ vPortStart:
 MD_INTTM05:\r
 \r
        portSAVE_CONTEXT                        ; Save the context of the current task.\r
-       call      vTaskIncrementTick    ; Call the timer tick function.\r
+       call      xTaskIncrementTick    ; Call the timer tick function.\r
 #if configUSE_PREEMPTION == 1\r
        call      vTaskSwitchContext    ; Call the scheduler to select the next task.\r
 #endif\r