Loading...
 
Skip to main content

System Workbench for STM32


How to include the Inc folder

To add include folders you have to go to the project properties :
Right Click on the project (in the project explorer) > Properties > C/C++ Build > Setting > MCU GCC Compiler > Includes

Image

On this tab, you can add your folder path in "Include paths (-I)". These paths will be displayed under your project as on your screenshot.

Kevin