Remove duplicate include entries

This commit is contained in:
BlackMark 2020-07-09 19:36:54 +02:00
parent 962dc6ab95
commit 7a087c918e

View File

@ -147,7 +147,6 @@ C_INCLUDES = \
-IMiddlewares/ST/STM32_USB_Device_Library/Core/Inc \
-IMiddlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc \
-IDrivers/CMSIS/Device/ST/STM32F0xx/Include \
-IDrivers/CMSIS/Include \
-IDrivers/CMSIS/Include
# C++ includes
@ -158,7 +157,6 @@ CXX_INCLUDES = \
-IMiddlewares/ST/STM32_USB_Device_Library/Core/Inc \
-IMiddlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc \
-IDrivers/CMSIS/Device/ST/STM32F0xx/Include \
-IDrivers/CMSIS/Include \
-IDrivers/CMSIS/Include