mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/nrf5x: nrfmin implements the legacy netdev API
This commit is contained in:
parent
cefbc394ca
commit
4824bb38e0
@ -14,3 +14,7 @@ FEATURES_OPTIONAL += vdd_lc_filter_reg0
|
||||
ifneq (,$(filter nimble,$(USEPKG)))
|
||||
USEPKG += nrfx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nrfmin,$(USEMODULE)))
|
||||
USEMODULE += netdev_legacy_api
|
||||
endif
|
||||
|
1
cpu/nrf5x_common/radio/nrfmin/Makefile.dep
Normal file
1
cpu/nrf5x_common/radio/nrfmin/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += netdev_legacy_api
|
Loading…
Reference in New Issue
Block a user