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_misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_misc.c') diff --git a/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_misc.c b/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_misc.c index 1ace673..9308dc0 100644 --- a/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_misc.c +++ b/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_misc.c @@ -28,6 +28,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_misc.h" +#include "stm32f0xx_conf.h" /** @addtogroup STM32F0xx_StdPeriph_Driver * @{ -- cgit v1.2.3