1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

drivers: dep: Add missing kw2xrf periph_gpio dep

This commit is contained in:
Joakim Nohlgård 2018-08-26 07:41:25 +02:00
parent eaa6fb381c
commit e35884c048

View File

@ -204,6 +204,7 @@ ifneq (,$(filter kw2xrf,$(USEMODULE)))
USEMODULE += netdev_ieee802154
USEMODULE += core_thread_flags
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
endif
ifneq (,$(filter l3g4200d,$(USEMODULE)))