mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #15444 from benpicco/drivers/at86rf215-24ghz_dep_fix
drivers/at86rf215: fix dependency resolution for 2.4 GHz
This commit is contained in:
commit
dbfbe2a9e8
@ -1,6 +1,6 @@
|
||||
DEFAULT_MODULE += auto_init_at86rf215
|
||||
|
||||
ifeq (,$(filter at86rf215m,$(USEMODULE)))
|
||||
ifneq (,$(filter at86rf215m,$(USEMODULE)))
|
||||
USEMODULE += at86rf215_subghz
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user