declaring vTaskSetApplicationTaskTag

andrefeliciano wrote on Sunday, May 27, 2018:

in my case it gives the following error:

undefined reference to ‘vTaskSetApplicationTaskTag’

I typed :

vTaskSetApplicationTaskTag (NULL, (void *) 1);

“configUSE_APPLICATION_TASK_TAG” is set to 1.

but the error continues.