Hello,
I’m working with E2studio 2023-10 (23.10.0) Build Id: R20231006-1456. with FSP 5.0.0
In my project, I have FreeRTOS with some Threads.
In one of these threads, in the header file, I put some declarations of my functions. I think that the correct line to put them should be between declarations of FSP_HEADER and FSP_FOOTER.
But when I compile the code, sometimes this declarations are erased automatically and I get a warning about no declaration of function.
What is the correct way to fulfill this header file?
Thanks. Greetings.