From 09a7d83fad3110079f0fa17daaf4714693deb2ba Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 24 Mar 2010 11:06:33 +0000 Subject: [PATCH] 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 --- Source/portable/GCC/CORTUS_APS3/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ ); -- 2.39.2