You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2021/11/05 20:39:27 UTC

[mynewt-core] 02/02: apps/splitty: Include sys/reboot explicitly

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

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

commit c003dfcd145455f703fb04f3e818100b4fbbc356
Author: Jerzy Kasenberg <je...@codecoup.pl>
AuthorDate: Fri Nov 5 14:59:15 2021 +0100

    apps/splitty: Include sys/reboot explicitly
    
    sys/reboot package was used but it was no explicitly included.
    Functionality relaid on indirect dependency now
    package that is used is included directly.
---
 apps/splitty/pkg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/splitty/pkg.yml b/apps/splitty/pkg.yml
index d22bbec..ad1e1c9 100644
--- a/apps/splitty/pkg.yml
+++ b/apps/splitty/pkg.yml
@@ -39,3 +39,4 @@ pkg.deps:
     - "@apache-mynewt-core/sys/log/modlog"
     - "@apache-mynewt-core/sys/shell"
     - "@apache-mynewt-core/sys/stats/full"
+    - "@apache-mynewt-core/sys/reboot"