From dd789fcdafeb272dc93fd2f7f79b6a7d16d57af8 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Mon, 2 Apr 2018 01:12:09 +0200 Subject: [PATCH] tests/pkg_semtech_loramac: adapt to latest pkg version --- tests/pkg_semtech-loramac/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index 6634837b7d..47081377ea 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -19,5 +19,6 @@ USEMODULE += shell_commands USEMODULE += fmt CFLAGS += -DREGION_$(LORA_REGION) +CFLAGS += -DLORAMAC_ACTIVE_REGION=LORAMAC_REGION_$(LORA_REGION) include $(RIOTBASE)/Makefile.include -- GitLab