Tidy up the RL78 port layer.

This commit is contained in:
Richard Barry 2011-09-09 18:52:30 +00:00
parent 1fe7f40fad
commit d500594b8a
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,7 @@
;*/ ;*/
#include "ISR_Support.h" #include "ISR_Support.h"
;------------------------------------------------------------------------------
#if __CORE__ != __RL78_1__ #if __CORE__ != __RL78_1__
#error "This file is only for RL78 Devices" #error "This file is only for RL78 Devices"
@ -88,6 +88,7 @@ vPortStartFirstTask:
; FreeRTOS tick handler. This is installed as the interval timer interrupt ; FreeRTOS tick handler. This is installed as the interval timer interrupt
; handler. ; handler.
RSEG CODE:CODE
vPortTickISR: vPortTickISR:
portSAVE_CONTEXT ; Save the context of the current task. portSAVE_CONTEXT ; Save the context of the current task.