From: richardbarry Date: Wed, 24 Mar 2010 11:06:33 +0000 (+0000) Subject: Change name of constant to match coding standard. X-Git-Tag: V6.0.5~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09a7d83fad3110079f0fa17daaf4714693deb2ba;hp=2b90ae1e840e6276e2f5b51c978ed7e6321a9e21;p=freertos Change name of constant to match coding standard. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@999 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/portable/GCC/CORTUS_APS3/port.c b/Source/portable/GCC/CORTUS_APS3/port.c index 62303307f..94d8ecca9 100644 --- a/Source/portable/GCC/CORTUS_APS3/port.c +++ b/Source/portable/GCC/CORTUS_APS3/port.c @@ -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. */ );