1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: stm32f3: spi: remove unused vtimer include

This commit is contained in:
Cenk Gündoğan 2015-11-10 12:26:58 +01:00
parent a88f72d0da
commit 6e7f83a390

View File

@ -32,7 +32,6 @@
#include "periph_conf.h"
#include "thread.h"
#include "sched.h"
#include "vtimer.h"
#define ENABLE_DEBUG (0)
#include "debug.h"