aboutsummaryrefslogtreecommitdiffstats
path: root/nrfdfu.c
diff options
context:
space:
mode:
Diffstat (limited to 'nrfdfu.c')
-rw-r--r--nrfdfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrfdfu.c b/nrfdfu.c
index cfa9400..6346541 100644
--- a/nrfdfu.c
+++ b/nrfdfu.c
@@ -74,7 +74,7 @@ main (int argc, char *argv[])
if (!dfu
(bdaddr, m->type, m->dfu_version, dat, dat_size, bin, bin_size))
return EXIT_SUCCESS;
- sleep(3);
+ sleep (3);
}