From 4caecdc10844245df1a893c46296dc008916ce46 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 4 Nov 2020 23:00:50 +0100 Subject: [PATCH] tests/pkg_umorse: convert to xtimer_msleep() --- tests/pkg_umorse/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_umorse/main.c b/tests/pkg_umorse/main.c index 921cd40b6e..c2487afab4 100644 --- a/tests/pkg_umorse/main.c +++ b/tests/pkg_umorse/main.c @@ -23,7 +23,7 @@ #include "led.h" #include "periph_conf.h" #include "xtimer.h" -#define UMORSE_MSLEEP(m) xtimer_usleep(m * US_PER_MS) +#define UMORSE_MSLEEP(m) xtimer_msleep(m) #include "umorse.h" #include "print.h"