Update the header file included in the PIC32 port_asm.S file to use the header for the latest compiler version.

This commit is contained in:
Richard Barry 2013-07-23 09:50:06 +00:00
parent 679a3c670c
commit bb2093cf5d

View File

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