summaryrefslogtreecommitdiff
path: root/Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2022-10-09 02:54:07 +0300
committerOxore <oxore@protonmail.com>2022-10-09 02:57:01 +0300
commitb1c8bb5df090d65cdd37a7acafb5dee8e3c530c6 (patch)
tree04e77389b96ed575bff7810ebb71857eff7e3b46 /Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c
parent59651845feac3c6a2cb8e91e7494fd0e7940d145 (diff)
Add CMakeLists.txt and make it compile with GCC
Diffstat (limited to 'Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c')
-rw-r--r--Libraries/TouchSense/STMTouch_Driver/src/tsl_acq_stm32f0xx.c4
1 files changed, 4 insertions, 0 deletions
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 -----------------------------------------------------------*/