gatt compiler: typo

This commit is contained in:
Matthias Ringwald 2016-01-19 10:00:42 +01:00
parent 1c18ad7f10
commit 1eaab45cfe

View File

@ -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