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

boards/arduino-mkr1000: enable atwinc15x0 as netdev_default

This commit is contained in:
Gunar Schorcht 2020-06-27 16:40:35 +02:00
parent b64ce62a8f
commit bd08a33667

View File

@ -1,6 +1,6 @@
USEMODULE += boards_common_arduino-mkr
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += atwinc15x0
endif