Adding a source file / folder to a project
Hello!
One problem I had today:
I made a new project for one specific question.
In the process of doing this, I created a file. Let's call it test.c / test.h using STM32CubeIDE, V1.7, Linux.
To start from the beginning, I added a source folder, and created a h file and c file in this folder (test.c / .h)
I added include "test.h" in main. The compiler doesn't' find test.h.
Is there anything else to do? The folder I created has a small C in its icon, which indicates it's recognized
as a source folder, so I don't get it...
Thanks for any hint!
PG
