From bb2093cf5ddc797e9d570bce7d019667d102f3e3 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 23 Jul 2013 09:50:06 +0000 Subject: [PATCH] Update the header file included in the PIC32 port_asm.S file to use the header for the latest compiler version. --- FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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