From 1aed97482250c7dc07e59bc1149622ec292e2df3 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 24 Mar 2010 11:06:33 +0000 Subject: [PATCH] Change name of constant to match coding standard. --- 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. */ );