Skip to content
Snippets Groups Projects
Commit 1d34b279 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

tests: driver_srf08: vtimer -> xtimer

parent 4f8a4958
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += vtimer
USEMODULE += xtimer
USEMODULE += srf08
# Define default settings
......
......@@ -33,7 +33,7 @@
#include <stdio.h>
#include "vtimer.h"
#include "xtimer.h"
#include "srf08.h"
#include "periph/i2c.h"
......@@ -73,7 +73,7 @@ int main(void)
else {
puts("An error occured");
}
vtimer_usleep(SLEEP);
xtimer_usleep(SLEEP);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment