From 68041c4710fc044c13f4107a74ae26badf611fd8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 11:42:26 +0100 Subject: works --- nrfdfu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nrfdfu.c') diff --git a/nrfdfu.c b/nrfdfu.c index ab58464..3f9316c 100644 --- a/nrfdfu.c +++ b/nrfdfu.c @@ -65,11 +65,12 @@ main (int argc, char *argv[]) bin_size = read_file_from_zip (zip, m->bin_file, &bin); - printf ("%u bytes init_data, %u bytes firmware\n",(unsigned) dat_size, (unsigned) bin_size); + printf ("%u bytes init_data, %u bytes firmware\n", (unsigned) dat_size, + (unsigned) bin_size); dfu (bdaddr, m->type, m->dfu_version, dat, dat_size, bin, bin_size); -return EXIT_SUCCESS; + return EXIT_SUCCESS; } -- cgit v1.2.3