Add FreeRtos manually
Hi all,
I'm trying to adapt a STM32F4 project to SMT32WL project. STM32F4 project example is here as you can see the projet use FreeRtos.
So for the moment I've built radio driver example for my nucleo jc1 board like here everything works well. But for now I'm trying to add manualy FreeRtos directory to my project without succes.
What I've tryied is to create Middlewares directory copy FreeRtos in it add click Add/remove include path...
But when I want to include FreeRtos.h I have to do #include "Source/include/FreeRTOS.h" how can I do to only have #include "FreeRTOS.h" ?
Thanks
