From: richardbarry Date: Tue, 23 Jul 2013 09:50:06 +0000 (+0000) Subject: Update the header file included in the PIC32 port_asm.S file to use the header for... X-Git-Tag: V7.5.1~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b7884f54cdb8803d71516e9b31d83fcdb291a429;p=freertos Update the header file included in the PIC32 port_asm.S file to use the header for the latest compiler version. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1994 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S index 39678efef..d9126de2c 100644 --- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S +++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S @@ -62,7 +62,7 @@ 1 tab == 4 spaces! */ -#include +#include #include #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