Loading...
 
Skip to main content

System Workbench for STM32


How do I compile a .h file?

To force the compiler to re-include the changes in a header file, you must include that file in a .c file and change something in the .c file (add a space than delete it) so that the compiler would re-build the .c file that includes your .h file. Hope this helps. — BM
 
Collapse/expand modules below