Ensure the first task starts with interrupts enabled.

This commit is contained in:
Richard Barry 2008-04-06 14:41:04 +00:00
parent 24cb048892
commit ed543197e0

View File

@ -148,6 +148,8 @@ vPortSVCHandler;
ldr r2, =uxCriticalNesting
str r1, [r2]
msr psp, r0
mov r0, #0
msr basepri, r0
orr r14, r14, #13
bx r14