;*/\r
\r
#include "ISR_Support.h"\r
-;------------------------------------------------------------------------------\r
+\r
\r
#if __CORE__ != __RL78_1__\r
#error "This file is only for RL78 Devices"\r
\r
; FreeRTOS tick handler. This is installed as the interval timer interrupt\r
; handler.\r
+ RSEG CODE:CODE\r
vPortTickISR:\r
\r
portSAVE_CONTEXT ; Save the context of the current task.\r
#endif\r
\r
\r
-#if (configUSE_16_BIT_TICKS==1)\r
+#if ( configUSE_16_BIT_TICKS == 1 )\r
typedef unsigned int portTickType;\r
#define portMAX_DELAY ( portTickType ) 0xffff\r
#else\r