Warning in Microchip XC16 1.23

fyi… minor issue V8.1.2 ~~~~~~ ../FreeRTOS/Source/tasks.c:415:19: warning: ‘prvTaskIsTaskSuspended’ declared ‘static’ but never defined ~~~~~~

Warning in Microchip XC16 1.23

Thanks for taking the time to report this. In FreeRTOS V8.1.2 it was only a problem when INCLUDE_vTaskSuspend was set to 0, and has already been corrected in V8.2.0rc1 by using the same pre-processor guard on the function’s prototype. Regards.