]> git.sur5r.net Git - freertos/commitdiff
Update the header file included in the PIC32 port_asm.S file to use the header for...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 23 Jul 2013 09:50:06 +0000 (09:50 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 23 Jul 2013 09:50:06 +0000 (09:50 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1994 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S

index 39678efef1fe2cf2235647359af6744fd5725a48..d9126de2c0712d8d2f279659117f47ac92b7bce3 100644 (file)
@@ -62,7 +62,7 @@
     1 tab == 4 spaces!\r
 */\r
 \r
-#include <p32xxxx.h>\r
+#include <xc.h>\r
 #include <sys/asm.h>\r
 #include "ISR_Support.h"\r
 \r
@@ -101,7 +101,7 @@ vPortTickInterruptHandler:
 \r
        .set            noreorder\r
        .set            noat\r
-       .ent            xPortStartScheduler\r
+       .ent            vPortStartFirstTask\r
 \r
 vPortStartFirstTask:\r
 \r
@@ -109,7 +109,7 @@ vPortStartFirstTask:
        created so far. */\r
        portRESTORE_CONTEXT\r
 \r
-       .end xPortStartScheduler\r
+       .end vPortStartFirstTask\r
 \r
 \r
 \r