You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/14 23:15:05 UTC

[mynewt-nimble] Diff for: [GitHub] sjanc merged pull request #292: apps/blehci: Fix build

diff --git a/apps/blehci/pkg.yml b/apps/blehci/pkg.yml
index 712a5feb..654b0f44 100644
--- a/apps/blehci/pkg.yml
+++ b/apps/blehci/pkg.yml
@@ -24,6 +24,7 @@ pkg.keywords:
 
 pkg.deps:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
     - "@apache-mynewt-core/sys/stats/full"
     - "@apache-mynewt-core/kernel/os"
     - nimble/controller


With regards,
Apache Git Services