1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

cpu/samd21: remove include instance_sercom3.h

That include will be already picked up by cpu.h -> cpu_conf.h -> samd21.h
This commit is contained in:
Kees Bakker 2016-06-22 22:14:36 +02:00
parent 42d34e69c3
commit 417023c256

View File

@ -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"