aboutsummaryrefslogtreecommitdiffstats
path: root/dfu.c
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 15:34:05 +0100
committerroot <root@no.no.james.local>2015-09-01 15:34:05 +0100
commitb86d2b80040c0ac6810a49f593934d651a257128 (patch)
tree8ad73354b3175816f33221c2ad4d3d7ebfa397da /dfu.c
parent479a2502f237c2aa7a5342e58b25e6c9032aedc9 (diff)
downloadnrfdfu-b86d2b80040c0ac6810a49f593934d651a257128.tar.gz
nrfdfu-b86d2b80040c0ac6810a49f593934d651a257128.tar.bz2
nrfdfu-b86d2b80040c0ac6810a49f593934d651a257128.zip
config.ac fixes and new .gitignore
Diffstat (limited to 'dfu.c')
-rw-r--r--dfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfu.c b/dfu.c
index 8bd142e..1833bcc 100644
--- a/dfu.c
+++ b/dfu.c
@@ -8,7 +8,7 @@ send_data_quickly (BLE * b, uint8_t * d, size_t sz, int pkts)
size_t mtu = 16;
size_t off = 0;
size_t tx, rx;
- int sent=0;
+ int sent = 0;
ble_notify_pkts_start (b);