mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-29 16:23:53 +02:00
This commit is contained in:
parent
343a6101c2
commit
8704fd145b
@ -263,6 +263,7 @@ __asm void vPortSetInterruptMask( void )
|
|||||||
mov r0, #configKERNEL_INTERRUPT_PRIORITY
|
mov r0, #configKERNEL_INTERRUPT_PRIORITY
|
||||||
msr basepri, r0
|
msr basepri, r0
|
||||||
pop { r0 }
|
pop { r0 }
|
||||||
|
bx r14
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
@ -275,4 +276,5 @@ __asm void vPortClearInterruptMask( void )
|
|||||||
mov r0, #0
|
mov r0, #0
|
||||||
msr basepri, r0
|
msr basepri, r0
|
||||||
pop { r0 }
|
pop { r0 }
|
||||||
|
bx r14
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user