From 18105c84d6c47edc0205584510b57b3e8b8ccb90 Mon Sep 17 00:00:00 2001 From: sergiotomasello Date: Thu, 9 Feb 2017 10:36:06 +0100 Subject: [PATCH] fix: remove agfx include --- cores/arduino/exti.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cores/arduino/exti.c b/cores/arduino/exti.c index b1cdd06..b42b433 100755 --- a/cores/arduino/exti.c +++ b/cores/arduino/exti.c @@ -41,7 +41,6 @@ #include "memory.h" #include "nvic.h" #include "bitband.h" -#include "../../../../../libraries/agfx/src/star_ts.h" static inline void dispatch_single_exti(uint32 exti_num); static inline void dispatch_extis(uint32 start, uint32 stop);