mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
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:
parent
679a3c670c
commit
bb2093cf5d
|
@ -62,7 +62,7 @@
|
||||||
1 tab == 4 spaces!
|
1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <p32xxxx.h>
|
#include <xc.h>
|
||||||
#include <sys/asm.h>
|
#include <sys/asm.h>
|
||||||
#include "ISR_Support.h"
|
#include "ISR_Support.h"
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ vPortTickInterruptHandler:
|
||||||
|
|
||||||
.set noreorder
|
.set noreorder
|
||||||
.set noat
|
.set noat
|
||||||
.ent xPortStartScheduler
|
.ent vPortStartFirstTask
|
||||||
|
|
||||||
vPortStartFirstTask:
|
vPortStartFirstTask:
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ vPortStartFirstTask:
|
||||||
created so far. */
|
created so far. */
|
||||||
portRESTORE_CONTEXT
|
portRESTORE_CONTEXT
|
||||||
|
|
||||||
.end xPortStartScheduler
|
.end vPortStartFirstTask
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue