mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 10:21:48 +00:00
gatt compiler: typo
This commit is contained in:
parent
1c18ad7f10
commit
1eaab45cfe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user