@ -3,7 +3,6 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm
USEMODULE += vtimer
DISABLE_MODULE += auto_init
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include
@ -27,7 +27,7 @@
#include "cpu.h"
#include "board.h"
#include "vtimer.h"
#include "xtimer.h"
#include "periph/pwm.h"
#define WAIT (10000)
@ -68,7 +68,7 @@ int main(void)
step = -step;
}
vtimer_usleep(WAIT);
xtimer_usleep(WAIT);
return 0;