mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-24 10:10:25 +08:00
This commit is contained in:
@ -263,6 +263,7 @@ __asm void vPortSetInterruptMask( void )
|
||||
mov r0, #configKERNEL_INTERRUPT_PRIORITY
|
||||
msr basepri, r0
|
||||
pop { r0 }
|
||||
bx r14
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
@ -275,4 +276,5 @@ __asm void vPortClearInterruptMask( void )
|
||||
mov r0, #0
|
||||
msr basepri, r0
|
||||
pop { r0 }
|
||||
bx r14
|
||||
}
|
||||
|
Reference in New Issue
Block a user