Question
undefined reference to `osDelay'/`osThreadSuspend'/`osSemaphoreAcquire'
Hi guys,
I'm stuck in the following issue. In my STM32 project I'm using FreeRTOS which I have enabled using CubeMX. In my project tree I have the following files:

At the same time I have included the following paths:

When I check the file with the error and try to find the referenece the header file is found and opened normally. All the .c files are in place as you can see.
Do you know what could be the issue?
