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