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

drivers/nrfmin: fix dependency resolution

This commit is contained in:
Jose Alamos 2022-12-12 11:31:58 +01:00
parent f897e4586b
commit c5b4620679
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -122,7 +122,6 @@ endif
ifneq (,$(filter nrfmin,$(USEMODULE)))
FEATURES_REQUIRED += radio_nrfmin
FEATURES_REQUIRED += periph_cpuid
USEMODULE += netif
endif
ifneq (,$(filter nrf24l01p_ng_%,$(USEMODULE)))