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/inc/tsl_time_stm32f0xx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Libraries/TouchSense/STMTouch_Driver/inc/tsl_time_stm32f0xx.h') diff --git a/Libraries/TouchSense/STMTouch_Driver/inc/tsl_time_stm32f0xx.h b/Libraries/TouchSense/STMTouch_Driver/inc/tsl_time_stm32f0xx.h index 363044d..6216974 100644 --- a/Libraries/TouchSense/STMTouch_Driver/inc/tsl_time_stm32f0xx.h +++ b/Libraries/TouchSense/STMTouch_Driver/inc/tsl_time_stm32f0xx.h @@ -31,6 +31,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx.h" +#include "stm32f0xx_rcc.h" #include "tsl_conf_stm32f0xx.h" #include "tsl_types.h" -- cgit v1.2.3