I added those, i have added #include “timers.h”
in icon.c file where i am using timers, but compiling project i have still errors:
compiling\tasks.o: In function `vTaskStartScheduler’:
C:\Users\………………….FreeRTOS/Source/tasks.c:1064: undefined reference to `xTimerCreateTimerTask’
compiling\icon.o: In function `Icon_Init’:
C:\Users\…………………/source/icon.c:39: undefined reference to `xTimerCreate’
collect2: ld returned 1 exit status
I was changing order of #includes header files but nothing.
I dont know about somethig?
C:\Users\………………….FreeRTOS/Source/tasks.c:1064: undefined reference to `xTimerCreateTimerTask’
compiling\icon.o: In function `Icon_Init’:
C:\Users\…………………/source/icon.c:39: undefined reference to `xTimerCreate’
collect2: ld returned 1 exit status
Have you added FreeRTOS/source/timers.c to you build?