<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="Assembly Source File">
<includepath>${ProjDirPath}/Inc</includepath>
<includepath>${ProjDirPath}/Drivers/CMSIS/Include/</includepath>
<includepath>${ProjDirPath}/Drivers/CMSIS/RTOS/</includepath>
<includepath>${ProjDirPath}/Drivers/CMSIS/Device/ST/STM32F4xx/Include</includepath>
<includepath>${ProjDirPath}/Drivers/STM32F4xx_HAL_Driver/Inc/</includepath>

</language>
<language name="C Source File">
<includepath>${ProjDirPath}/Inc</includepath>
<includepath>${ProjDirPath}/Drivers/CMSIS/Include/</includepath>
<includepath>${ProjDirPath}/Drivers/CMSIS/RTOS/</includepath>
<includepath>${ProjDirPath}/Drivers/CMSIS/Device/ST/STM32F4xx/Include</includepath>
<includepath>${ProjDirPath}/Drivers/STM32F4xx_HAL_Driver/Inc/</includepath>

</language>
<language name="Object File">

</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="Assembly Source File">
<macro>
<name>USE_HAL_DRIVER</name><value/>
</macro>
<macro>
<name>STM32F407xx</name><value/>
</macro>

</language>
<language name="C Source File">
<macro>
<name>USE_HAL_DRIVER</name><value/>
</macro>
<macro>
<name>STM32F407xx</name><value/>
</macro>

</language>
<language name="Object File">

</language>
</section>
</cdtprojectproperties>
