mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 17:18:16 +00:00
Add MPLAB X project for PIC24.
Remove PIC24 demo warnings when XC16 is used as the compiler.
This commit is contained in:
@@ -217,6 +217,9 @@ static void vLCDTask( void *pvParameters )
|
||||
xLCDMessage xMessage;
|
||||
unsigned portSHORT usRow = 0;
|
||||
|
||||
/* Remove compiler warnigns. */
|
||||
( void ) pvParameters;
|
||||
|
||||
/* Initialise the hardware. This uses delays so must not be called prior
|
||||
to the scheduler being started. */
|
||||
prvSetupLCD();
|
||||
|
||||
Reference in New Issue
Block a user