1
0
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:
Francisco 2021-02-04 21:24:32 +01:00 committed by GitHub
commit 89922e8d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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