mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-20 00:55:28 -05:00
The dsPIC_MPLAB demo project now compiles under MPLAB X v6.20 using xc16 compilers
This commit is contained in:
parent
31419bfcee
commit
61df9abef9
2 changed files with 9 additions and 0 deletions
|
|
@ -29,6 +29,12 @@
|
|||
#ifndef INC_FREERTOS_H
|
||||
#define INC_FREERTOS_H
|
||||
|
||||
/*
|
||||
* On Microchip xc16 target there will be undefined reference to _Nop
|
||||
* xc.h is supplied by Microchip and defines Nop
|
||||
*/
|
||||
#include <xc.h>
|
||||
|
||||
/*
|
||||
* Include the generic headers required for the FreeRTOS port being used.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue