How to add .cpp and .h files to a project without undefined error?
Something weird is going on with my STM32Cube project building. I have a fresh project created from the template for the STM32H745I-DISCO. In the Core/Inc folder I created a foo.h header file containing a method. In the Core/Src folder, I wrote the i...