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

boards/lobaro-lorabox: add sx1272 driver to netdev_default deps

This commit is contained in:
Alexandre Abadie 2019-07-01 14:50:04 +02:00
parent c3aaf621b5
commit 8db29ad065
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,3 +1,7 @@
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1272
endif