mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +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)
|
||||
if parts:
|
||||
state = State.DoneAPI
|
||||
return
|
||||
continue
|
||||
fout.write(mk_codeidentation + line)
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user