cpu: atmega2560: timer: adapt to thread.h

This commit is contained in:
Kaspar Schleiser 2016-03-01 16:34:57 +01:00
parent a7adbac4c5
commit 142bbef721

View File

@ -26,7 +26,7 @@
#include "board.h"
#include "cpu.h"
#include "sched.h"
#include "thread.h"
#include "periph/timer.h"
#include "periph_conf.h"