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 2017/05/08 14:32:23 UTC

[28/40] incubator-mynewt-core git commit: lorashell; enable SHELL_TASK by default.

lorashell; enable SHELL_TASK by default.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/a819c9bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a819c9bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a819c9bf

Branch: refs/heads/bluetooth5
Commit: a819c9bfd9462d81e54ce7e6b40975a84c43e249
Parents: 4f89ca8
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue May 2 16:53:30 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue May 2 16:53:30 2017 -0700

----------------------------------------------------------------------
 apps/lorashell/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a819c9bf/apps/lorashell/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/lorashell/syscfg.yml b/apps/lorashell/syscfg.yml
index ba7ce41..19b0bf6 100644
--- a/apps/lorashell/syscfg.yml
+++ b/apps/lorashell/syscfg.yml
@@ -25,3 +25,4 @@ syscfg.defs:
 syscfg.vals:
     STATS_CLI: 1
     STATS_NAMES: 1
+    SHELL_TASK: 1