You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/05/20 23:29:34 UTC

[3/4] incubator-mynewt-core git commit: bletiny - use updated log level values.

bletiny - use updated log level values.


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/50d4a97e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/50d4a97e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/50d4a97e

Branch: refs/heads/develop
Commit: 50d4a97eaee29e03f17a3db66cd81ce389dc1862
Parents: 8b2bcfb
Author: Christopher Collins <cc...@apache.org>
Authored: Fri May 20 16:23:51 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri May 20 16:28:40 2016 -0700

----------------------------------------------------------------------
 apps/bletiny/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/50d4a97e/apps/bletiny/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/bletiny/pkg.yml b/apps/bletiny/pkg.yml
index 97e4332..614f76f 100644
--- a/apps/bletiny/pkg.yml
+++ b/apps/bletiny/pkg.yml
@@ -33,4 +33,4 @@ pkg.deps:
 pkg.cflags:
     # Reduce the log level from DEBUG to INFO.  This is necessary to fit
     # bletiny on the nRF51dk.
-    - "-DLOG_LEVEL=2"
+    - "-DLOG_LEVEL=1"