From 1eaab45cfe3aa7fd396ff3e2f3b8da04d5d59f73 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 19 Jan 2016 10:00:42 +0100 Subject: [PATCH] gatt compiler: typo --- ble/compile-gatt.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ble/compile-gatt.py b/ble/compile-gatt.py index 85fca7313..f33b1f614 100755 --- a/ble/compile-gatt.py +++ b/ble/compile-gatt.py @@ -482,7 +482,10 @@ def parseNumberOfDigitals(fout, parts): write_16(fout, 0x2909) write_sequence(fout, no_of_digitals) fout.write("\n") - handle = handle + 1def parse(fname_in, fin, fname_out, fout): + handle = handle + 1 + + +def parse(fname_in, fin, fname_out, fout): global handle global total_size