A little extra commenting added to the Cortex M3 port layers.

This commit is contained in:
Richard Barry 2011-01-05 13:36:35 +00:00
parent 3ff33205eb
commit 17e1e7dfd3
3 changed files with 3 additions and 4 deletions

View file

@ -155,7 +155,7 @@ void vPortStartFirstTask( void )
" ldr r0, [r0] \n"
" ldr r0, [r0] \n"
" msr msp, r0 \n" /* Set the msp back to the start of the stack. */
" cpsie i \n"
" cpsie i \n" /* Globally enable interrupts. */
" svc 0 \n" /* System call to start first task. */
" nop \n"
);