Add MPLAB X project for PIC24.

Remove PIC24 demo warnings when XC16 is used as the compiler.
This commit is contained in:
Richard Barry 2013-06-08 18:19:50 +00:00
parent 2089f31f18
commit c9b30b9fe7
16 changed files with 839 additions and 0 deletions

View file

@ -216,6 +216,8 @@ signed portBASE_TYPE xSerialPutChar( xComPortHandle pxPort, signed char cOutChar
void vSerialClose( xComPortHandle xPort )
{
/* Note implemented. */
( void ) xPort;
}
/*-----------------------------------------------------------*/