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:
commit
0e9af39b8f
@ -18,7 +18,7 @@ CFLAGS += -DDEVELHELP
|
||||
export QUIET ?= 1
|
||||
|
||||
USEMODULE += ps
|
||||
USEMODULE += vtimer
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += posix
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "vtimer.h"
|
||||
#include "xtimer.h"
|
||||
#include "shell.h"
|
||||
#include "posix_io.h"
|
||||
#include "03oos_openwsn.h"
|
||||
|
Loading…
Reference in New Issue
Block a user