mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #15921 from haukepetersen/fix_nimble_autoconn_deps
pkg/nimble/autoconn: add missing 'random' dep
This commit is contained in:
commit
89922e8d54
@ -48,6 +48,7 @@ ifneq (,$(filter nimble_autoconn_%,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nimble_autoconn,$(USEMODULE)))
|
||||
USEMODULE += random
|
||||
USEMODULE += nimble_netif
|
||||
USEMODULE += nimble_scanner
|
||||
USEMODULE += bluetil_ad
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user