]> git.sur5r.net Git - freertos/commitdiff
Change name of constant to match coding standard.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 24 Mar 2010 11:06:33 +0000 (11:06 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 24 Mar 2010 11:06:33 +0000 (11:06 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@999 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/CORTUS_APS3/port.c

index 62303307f955a3625df71c17ae8717a7b06b7a35..94d8ecca9287f004b5292f59aa5c7cf32289e63b 100644 (file)
@@ -200,7 +200,7 @@ void interrupt_handler( IRQ_COUNTER1 )
                        " stb           r3, [r2]+2              \n"             /* Set the CPL to the previous CPL. */
                        " add           r1, #4                  "
                        :
-                       :"i"(PORT_SYSTEM_INTERRUPT_PRIORITY_LEVEL+1)
+                       :"i"( portSYSTEM_INTERRUPT_PRIORITY_LEVEL + 1 )
                        :"r2","r3" /* Fix the stack. */
        );