aboutsummaryrefslogtreecommitdiffstats
path: root/dfu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfu.c')
-rw-r--r--dfu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dfu.c b/dfu.c
index 7a72e9a..a2b252c 100644
--- a/dfu.c
+++ b/dfu.c
@@ -231,7 +231,7 @@ 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");
+ printf ("Success....\n");
ble_close (b);
return 0;
@@ -244,7 +244,7 @@ dfu (const char *bdaddr, const char *type, const char *version, uint8_t * dat,
{
buf[0] = OP_CODE_SYS_RESET;
ble_send_cp_noresp (b, buf, 1);
- sleep(1);
+ sleep (1);
}