From 8d1e4d13e2987be0a148241908acddd6d4d6b576 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 4 Nov 2020 23:00:50 +0100 Subject: [PATCH] tests/evtimer_msg: convert to xtimer_msleep() --- tests/evtimer_msg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/evtimer_msg/main.c b/tests/evtimer_msg/main.c index 1586eb61c2..961e2f5c8e 100644 --- a/tests/evtimer_msg/main.c +++ b/tests/evtimer_msg/main.c @@ -111,7 +111,7 @@ int main(void) NEVENTS); /* The last offset is the largest, wait for it and a tiny bit more */ - xtimer_usleep((offsets[3] + 10) * US_PER_MS); + xtimer_msleep((offsets[3] + 10)); puts("By now all msgs should have been received"); puts("If yes, the tests were successful"); }