From 33982a965d810ff7a790d27ebc7db7588cca9daa Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 1 Nov 2019 14:08:04 +0100 Subject: [PATCH] tests/Makefile.tests_common: fix indent --- tests/Makefile.tests_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.tests_common b/tests/Makefile.tests_common index 9fa3b421d7..87bbe30655 100644 --- a/tests/Makefile.tests_common +++ b/tests/Makefile.tests_common @@ -1,6 +1,6 @@ APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR))) ifneq (,$(filter tests_driver_%,$(APPLICATION))) - BOARD ?= samr21-xpro + BOARD ?= samr21-xpro endif BOARD ?= native RIOTBASE ?= $(CURDIR)/../..