From 052beeab8333be286f058b18d9d77426a0a2964e Mon Sep 17 00:00:00 2001 From: Jon Thacker <thacker.jon@gmail.com> Date: Thu, 30 Nov 2017 12:32:20 -0500 Subject: [PATCH] tests/xtimer_usleep_short: fix non set APPLICATION variable --- tests/xtimer_usleep_short/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xtimer_usleep_short/Makefile b/tests/xtimer_usleep_short/Makefile index c148cf4119..08b0a7e715 100644 --- a/tests/xtimer_usleep_short/Makefile +++ b/tests/xtimer_usleep_short/Makefile @@ -1,3 +1,4 @@ +APPLICATION = xtimer_usleep_short include ../Makefile.tests_common USEMODULE += xtimer -- GitLab