From 87a77fd26b4c9853535fc97cb26076045ec0af6c Mon Sep 17 00:00:00 2001 From: Christopher Collins Date: Wed, 20 Mar 2019 22:15:01 -0700 Subject: [PATCH] Add missing ble_driver dependency to ctlr tests --- nimble/controller/test/pkg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/nimble/controller/test/pkg.yml b/nimble/controller/test/pkg.yml index ab1d9dbaf..ea7288114 100644 --- a/nimble/controller/test/pkg.yml +++ b/nimble/controller/test/pkg.yml @@ -30,4 +30,5 @@ pkg.deps.SELFTEST: - "@apache-mynewt-core/sys/console/stub" - "@apache-mynewt-core/sys/log/full" - "@apache-mynewt-core/sys/stats/stub" + - nimble/drivers/native - nimble/transport/ram