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

Merge pull request #4247 from cgundogan/pr/stm32/remove_vtimer_include

cpu: stm32f[34]: remove unused vtimer include
This commit is contained in:
Joakim Nohlgård 2015-11-11 08:57:55 +01:00
commit 511539bb7a
2 changed files with 0 additions and 2 deletions

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"

View File

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