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/09/23 22:52:51 UTC

incubator-mynewt-core git commit: boot; remove debug printfs. Causing problems when boot_serial is included.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop e351784a1 -> e27674071


boot; remove debug printfs. Causing problems when boot_serial is included.


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

Branch: refs/heads/develop
Commit: e2767407100a95eed9e22c939011889a0cd503c0
Parents: e351784
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Sep 23 15:52:19 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Sep 23 15:52:19 2016 -0700

----------------------------------------------------------------------
 apps/boot/src/boot.c | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e2767407/apps/boot/src/boot.c
----------------------------------------------------------------------
diff --git a/apps/boot/src/boot.c b/apps/boot/src/boot.c
index 1a98a5b..276ab6d 100755
--- a/apps/boot/src/boot.c
+++ b/apps/boot/src/boot.c
@@ -89,8 +89,6 @@ main(void)
 #endif
     rc = boot_go(&req, &rsp);
     assert(rc == 0);
-    console_blocking_mode();
-    console_printf("\nboot_go = %d\n", rc);
 
     system_start((void *)(rsp.br_image_addr + rsp.br_hdr->ih_hdr_size));