]> git.sur5r.net Git - freertos/commitdiff
Tidy up the RL78 port layer.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 9 Sep 2011 18:52:30 +0000 (18:52 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 9 Sep 2011 18:52:30 +0000 (18:52 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1593 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/IAR/RL78/portasm.s87
Source/portable/IAR/RL78/portmacro.h

index c4fa9fb91611e6eb58ae4a06f3068b214f4033b2..3c5fab439f49ea479e29d81199e9ab86d58c2823 100644 (file)
@@ -52,7 +52,7 @@
 ;*/\r
 \r
 #include "ISR_Support.h"\r
-;------------------------------------------------------------------------------\r
+\r
 \r
 #if __CORE__ != __RL78_1__\r
        #error "This file is only for RL78 Devices"\r
@@ -88,6 +88,7 @@ vPortStartFirstTask:
 \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
index d91b0cb6e850b1470e09add55084f6e52c936ba3..301cc1de66f780a75b68f3802cf46358ed94f15f 100644 (file)
@@ -91,7 +91,7 @@ extern "C" {
 #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