You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/04/12 19:02:48 UTC

[1/2] incubator-mynewt-core git commit: these were probably accidentally added and seem to cause a crash on arduino

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 7dc2980e4 -> c8dba646d


these were probably accidentally added and seem to cause a crash on
arduino


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

Branch: refs/heads/develop
Commit: 89f918bcbf260e0cc003cd093c61195a904f44dd
Parents: f01bf32
Author: Paul Dietrich <pa...@yahoo.com>
Authored: Fri Apr 8 11:44:05 2016 -0700
Committer: Paul Dietrich <pa...@yahoo.com>
Committed: Fri Apr 8 11:44:05 2016 -0700

----------------------------------------------------------------------
 apps/slinky/src/main.c | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/89f918bc/apps/slinky/src/main.c
----------------------------------------------------------------------
diff --git a/apps/slinky/src/main.c b/apps/slinky/src/main.c
index 88158c1..43086bd 100755
--- a/apps/slinky/src/main.c
+++ b/apps/slinky/src/main.c
@@ -257,9 +257,6 @@ main(int argc, char **argv)
     log_cbmem_handler_init(&log_cbmem_handler, &cbmem);
     log_register("log", &my_log, &log_cbmem_handler);
 
-    LOG_DEBUG(&my_log, LOG_MODULE_DEFAULT, "bla");
-    LOG_DEBUG(&my_log, LOG_MODULE_DEFAULT, "bab");
-
     os_init();
 
     rc = os_mempool_init(&default_mbuf_mpool, DEFAULT_MBUF_MPOOL_NBUFS,


[2/2] incubator-mynewt-core git commit: This closes pull request #36.

Posted by ma...@apache.org.
This closes pull request #36.

Merge branch 'develop' of https://github.com/paulfdietrich/incubator-mynewt-core into develop


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

Branch: refs/heads/develop
Commit: c8dba646dce2ef8fbf162c2208ad1cb3e50adf66
Parents: 7dc2980 89f918b
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Apr 12 10:01:48 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Apr 12 10:01:48 2016 -0700

----------------------------------------------------------------------
 apps/slinky/src/main.c | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------