Override FreeRTOSConfig.h
Posted: Sat Jun 01, 2019 2:50 am
I have a project that has a local FreeRTOSConfig.h.
However even when I have COMPONENT_ADD_INCLUDEDIRS in my Makefile, I still encountered error that variable not found, which I have defined in a local FreeRTOSConfig.h
Is there other flag in Makefile that I can use to set priority to include?
However even when I have COMPONENT_ADD_INCLUDEDIRS in my Makefile, I still encountered error that variable not found, which I have defined in a local FreeRTOSConfig.h
Code: Select all
COMPONENT_ADD_INCLUDEDIRS := \
./includes \