aboutsummaryrefslogtreecommitdiffstats
path: root/nrfdfu.c
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-09-04 11:58:59 +0100
committerroot <root@lamia.panaceas.james.local>2015-09-04 11:58:59 +0100
commit0c93bd91c87bc57e5e36f5d13958e9b4a759149f (patch)
tree577eead7a90d31a50cc8cfcd9349aab28afa4c0c /nrfdfu.c
parent96906163eed523958a7f6ff08281083fe0ae3f2d (diff)
downloadnrfdfu-0c93bd91c87bc57e5e36f5d13958e9b4a759149f.tar.gz
nrfdfu-0c93bd91c87bc57e5e36f5d13958e9b4a759149f.tar.bz2
nrfdfu-0c93bd91c87bc57e5e36f5d13958e9b4a759149f.zip
tidy
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);
}