diff options
author | root <root@no.no.james.local> | 2015-09-01 17:45:27 +0100 |
---|---|---|
committer | root <root@no.no.james.local> | 2015-09-01 17:45:27 +0100 |
commit | 80897e1b5cfc81547e98d830471b78d210997bea (patch) | |
tree | e1db4dbc2279508172a15ff720bddf0cfbbfe1a0 | |
parent | 90d941583bdce0670dcb4a7e8e90a98cffd3308a (diff) | |
download | nrfdfu-80897e1b5cfc81547e98d830471b78d210997bea.tar.gz nrfdfu-80897e1b5cfc81547e98d830471b78d210997bea.tar.bz2 nrfdfu-80897e1b5cfc81547e98d830471b78d210997bea.zip |
debugging activation
-rw-r--r-- | dfu.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |