1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

tests/pkg_semtech_loramac: adapt to latest pkg version

This commit is contained in:
Alexandre Abadie 2018-04-02 01:12:09 +02:00
parent 6eb1facac5
commit dd789fcdaf

View File

@ -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