From 3b84dad6804c2ab7f02b7826c5a20ea83e221957 Mon Sep 17 00:00:00 2001 From: smlng <s@mlng.net> Date: Fri, 22 Jun 2018 09:23:30 +0200 Subject: [PATCH] tests/unittests, cn_cbor: remove invisible unicode char from Makefile --- tests/unittests/tests-cn_cbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/tests-cn_cbor/Makefile b/tests/unittests/tests-cn_cbor/Makefile index a7ee51ee2d..33ab903320 100644 --- a/tests/unittests/tests-cn_cbor/Makefile +++ b/tests/unittests/tests-cn_cbor/Makefile @@ -1,4 +1,4 @@ -include $(RIOTBASE)/Makefile.base +include $(RIOTBASE)/Makefile.base # Tests will fail on platforms <64 bit if not set. # Workaround for missing overflow detection in cn-cbor. -- GitLab