mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 16:15:08 -05:00
Add MPLAB X project for PIC24.
Remove PIC24 demo warnings when XC16 is used as the compiler.
This commit is contained in:
parent
2089f31f18
commit
c9b30b9fe7
16 changed files with 839 additions and 0 deletions
|
|
@ -237,6 +237,9 @@ xLCDMessage xMessage = { 0, cStringBuffer };
|
|||
/* Set to pdTRUE should an error be detected in any of the standard demo tasks. */
|
||||
unsigned short usErrorDetected = pdFALSE;
|
||||
|
||||
/* Remove compiler warnings. */
|
||||
( void ) pvParameters;
|
||||
|
||||
/* Initialise xLastExecutionTime so the first call to vTaskDelayUntil()
|
||||
works correctly. */
|
||||
xLastExecutionTime = xTaskGetTickCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue