aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 17:45:27 +0100
committerroot <root@no.no.james.local>2015-09-01 17:45:27 +0100
commit80897e1b5cfc81547e98d830471b78d210997bea (patch)
treee1db4dbc2279508172a15ff720bddf0cfbbfe1a0
parent90d941583bdce0670dcb4a7e8e90a98cffd3308a (diff)
downloadnrfdfu-80897e1b5cfc81547e98d830471b78d210997bea.tar.gz
nrfdfu-80897e1b5cfc81547e98d830471b78d210997bea.tar.bz2
nrfdfu-80897e1b5cfc81547e98d830471b78d210997bea.zip
debugging activation
-rw-r--r--dfu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dfu.c b/dfu.c
index e4a5ecb..4dedc08 100644
--- a/dfu.c
+++ b/dfu.c
@@ -228,6 +228,8 @@ dfu (const char *bdaddr, const char *type, const char *version, uint8_t * dat,
if (ble_send_cp_noresp (b, buf, 1))
break;
+ printf("Success....\n");
+
ble_close (b);
return 0;