mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +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_16(fout, 0x2909)
|
||||||
write_sequence(fout, no_of_digitals)
|
write_sequence(fout, no_of_digitals)
|
||||||
fout.write("\n")
|
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 handle
|
||||||
global total_size
|
global total_size
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user