1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/esp32-heltec-lora32-v2/Makefile.dep
Benjamin Valentin 315d0bebce boards/esp32-heltec-lora32-v2: enable sx1276 by default
Now that #12994 is merged we can enable sx1276 in addition to esp_wifi
by default.
2020-03-26 14:44:41 +01:00

6 lines
123 B
Makefile

ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1276
endif
include $(RIOTBOARD)/common/esp32/Makefile.dep