If I want to use the header file in the library,what should I do next?
For example, I want to add this to main.c.
#include <app_event_manager.h>
If I want to use the header file in the library,what should I do next?
For example, I want to add this to main.c.
Hi.
If you want to include the app_event_manger you will need to enable it in Kconfig with the following line in prj.conf
CONFIG_APP_EVENT_MANAGER=y
And then you add it in your main.c with an normal include as you have above(just uncomment it)
Regards
Runar
Thank you very much! The problem solved.
Best regards,
Kenlove
Thank you very much! The problem solved.
Best regards,
Kenlove
Glad to hear it Kenlove. I will close this case
Have a wonderfull weekend
Regards
Runar