Hello,
I am learning FreeRTOS to run periodic task.
I have added #define INCLUDE_vTaskDelayUntil (1) into FreeRTOSConfig.h to be able to call vTaskDelayUntil
The build is failed due to :
undefined first referenced
symbol in file
--------- ----------------
xTaskDelayUntil ./main.o
However other API such as vTaskDelete(), xTaskGetTickCount and so on are compiled.
someone have already encountered this error and resolved it, but he haven't mentioned what he did to resolve this error.
pls help.