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

tests: driver_servo: vtimer -> xtimer

parent df5b89a4
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ include ../Makefile.tests_common ...@@ -3,7 +3,7 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm FEATURES_REQUIRED = periph_pwm
USEMODULE += vtimer USEMODULE += xtimer
USEMODULE += servo USEMODULE += servo
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "cpu.h" #include "cpu.h"
#include "board.h" #include "board.h"
#include "vtimer.h" #include "xtimer.h"
#include "periph/pwm.h" #include "periph/pwm.h"
#include "servo.h" #include "servo.h"
...@@ -74,7 +74,7 @@ int main(void) ...@@ -74,7 +74,7 @@ int main(void)
step = -step; step = -step;
} }
vtimer_usleep(WAIT); xtimer_usleep(WAIT);
} }
return 0; return 0;
......
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