1
0
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:
benpicco 2020-11-16 19:46:35 +01:00 committed by GitHub
commit dbfbe2a9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
DEFAULT_MODULE += auto_init_at86rf215
ifeq (,$(filter at86rf215m,$(USEMODULE)))
ifneq (,$(filter at86rf215m,$(USEMODULE)))
USEMODULE += at86rf215_subghz
endif