mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
fix API build
This commit is contained in:
parent
4f3e974e44
commit
de7c3fddec
@ -75,7 +75,7 @@ def writeAPI(apifile, btstackfolder, apis, mk_codeidentation):
|
|||||||
parts = re.match('\s*(/\*).*API_END.*(\*/)',line)
|
parts = re.match('\s*(/\*).*API_END.*(\*/)',line)
|
||||||
if parts:
|
if parts:
|
||||||
state = State.DoneAPI
|
state = State.DoneAPI
|
||||||
return
|
continue
|
||||||
fout.write(mk_codeidentation + line)
|
fout.write(mk_codeidentation + line)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user