1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_semtech-loramac: use auto-init to initialize the mac

This commit is contained in:
Alexandre Abadie 2019-04-16 13:43:56 +02:00
parent 4e3e174c95
commit fd9b3c7b84
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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