From fd9b3c7b84ebb62b35472608fb3deed6963cedff Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 16 Apr 2019 13:43:56 +0200 Subject: [PATCH] tests/pkg_semtech-loramac: use auto-init to initialize the mac --- 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 af4ead186e..125d481e0e 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -24,6 +24,7 @@ ifeq (,$(filter $(BOARD),$(BOARD_WITHOUT_LORAMAC_RX))) USEMODULE += semtech_loramac_rx endif +USEMODULE += auto_init_loramac USEMODULE += shell USEMODULE += shell_commands USEMODULE += fmt