X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=FreeRTOS%2FSource%2Fportable%2FRVDS%2FARM_CM3%2Fport.c;h=6139019c7f8a514d2b68fa433c4cd91ee47a544e;hb=082624f1a435c8c703a8384adb17e4d7ba4f4e9c;hp=2588d6c9def6c2642843cd213f2badf999bec5bc;hpb=9a26bfb1e544c91ae70ecc63dc38a21b65231bdf;p=freertos diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c index 2588d6c9d..6139019c7 100644 --- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c +++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c @@ -271,6 +271,7 @@ __asm void prvStartFirstTask( void ) ldr r0, =0xE000ED08 ldr r0, [r0] ldr r0, [r0] + /* Set the msp back to the start of the stack. */ msr msp, r0 /* Globally enable interrupts. */