aboutsummaryrefslogtreecommitdiffstats
path: root/dfu.c
diff options
context:
space:
mode:
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);