aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;