From b1c8bb5df090d65cdd37a7acafb5dee8e3c530c6 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 9 Oct 2022 02:54:07 +0300 Subject: Add CMakeLists.txt and make it compile with GCC --- Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c') diff --git a/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c b/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c index e0c148b..3acb886 100644 --- a/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c +++ b/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c @@ -93,6 +93,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_spi.h" #include "stm32f0xx_rcc.h" +#include "stm32f0xx_conf.h" /** @addtogroup STM32F0xx_StdPeriph_Driver * @{ -- cgit v1.2.3