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

Merge pull request https://github.com/RIOT-OS/applications/pull/25 from cgundogan/pr/openwsn/remove_vtimer

openwsn: remove vtimer, use xtimer
This commit is contained in:
Oleg Hahm 2016-04-06 14:06:27 +02:00
commit 0e9af39b8f
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ CFLAGS += -DDEVELHELP
export QUIET ?= 1
USEMODULE += ps
USEMODULE += vtimer
USEMODULE += xtimer
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += posix

View File

@ -20,7 +20,7 @@
#include <stdio.h>
#include "vtimer.h"
#include "xtimer.h"
#include "shell.h"
#include "posix_io.h"
#include "03oos_openwsn.h"