Warning in Microchip XC16 1.23

tlafleur wrote on Saturday, December 27, 2014:

fyi… minor issue V8.1.2

../FreeRTOS/Source/tasks.c:415:19: warning: 'prvTaskIsTaskSuspended' declared 'static' but never defined

rtel wrote on Saturday, December 27, 2014:

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.