You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/01/16 22:12:29 UTC

[mynewt-blinky] branch master updated: Fix build with master

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-blinky.git


The following commit(s) were added to refs/heads/master by this push:
     new 187eca9  Fix build with master
     new 06536d2  Merge pull request #13 from sjanc/build_fix
187eca9 is described below

commit 187eca9c9f9080ebc0766a33092219bc34ebb0b6
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Jan 16 22:58:53 2019 +0100

    Fix build with master
    
    Error: Unsatisfied APIs detected:
        * log, required by: sys/log/modlog
---
 apps/blinky/pkg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/blinky/pkg.yml b/apps/blinky/pkg.yml
index 341a7ba..f571f08 100644
--- a/apps/blinky/pkg.yml
+++ b/apps/blinky/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
     - "@apache-mynewt-core/kernel/os"
     - "@apache-mynewt-core/hw/hal"
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"