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/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c') diff --git a/Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c b/Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c index a0967a9..24271de 100644 --- a/Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c +++ b/Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c @@ -30,6 +30,10 @@ #include "tsl_acq_stm32f0xx.h" #include "tsl_globals.h" #include "stm32f0xx_it.h" +#include "stm32f0xx_gpio.h" +#include "stm32f0xx_conf.h" +#include "stm32f0xx_misc.h" +#include "stm32f0xx_rtc.h" /* Private typedefs ----------------------------------------------------------*/ /* Private defines -----------------------------------------------------------*/ -- cgit v1.2.3