2021-02-16 10:50 PM
Thank you for helping.
environment:
STM32CubeIDE Ver1.5.1
Please tell me how to include hoge.h in the preprocessor without explicitly saying #include" hoge.h ".
Thank you.
2021-02-23 05:01 AM
Why would you want to do that?
#include is precisely the mechanism to use to include a header file - that is its entire purpose & raison d'etre.
If you want symbols to be defined globally for the project, use the 'Paths and Symbols' in the Project settings: