mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 21:42:31 +08:00
Change name of constant to match coding standard.
This commit is contained in:
@ -200,7 +200,7 @@ void interrupt_handler( IRQ_COUNTER1 )
|
|||||||
" stb r3, [r2]+2 \n" /* Set the CPL to the previous CPL. */
|
" stb r3, [r2]+2 \n" /* Set the CPL to the previous CPL. */
|
||||||
" add r1, #4 "
|
" add r1, #4 "
|
||||||
:
|
:
|
||||||
:"i"(PORT_SYSTEM_INTERRUPT_PRIORITY_LEVEL+1)
|
:"i"( portSYSTEM_INTERRUPT_PRIORITY_LEVEL + 1 )
|
||||||
:"r2","r3" /* Fix the stack. */
|
:"r2","r3" /* Fix the stack. */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user