mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Change name of constant to match coding standard.
This commit is contained in:
parent
0d8229a087
commit
1aed974822
|
@ -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. */
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue