From 417023c256da0eadf11a4a8bd3b804fe660cb525 Mon Sep 17 00:00:00 2001
From: Kees Bakker <kees@sodaq.com>
Date: Wed, 22 Jun 2016 22:14:36 +0200
Subject: [PATCH] cpu/samd21: remove include instance_sercom3.h

That include will be already picked up by cpu.h -> cpu_conf.h -> samd21.h
---
 cpu/samd21/periph/i2c.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpu/samd21/periph/i2c.c b/cpu/samd21/periph/i2c.c
index 037dbf81a4..8977b7190b 100644
--- a/cpu/samd21/periph/i2c.c
+++ b/cpu/samd21/periph/i2c.c
@@ -23,7 +23,6 @@
 #include "mutex.h"
 #include "periph_conf.h"
 #include "periph/i2c.h"
-#include "instance/instance_sercom3.h"
 
 #include "sched.h"
 #include "thread.h"
-- 
GitLab