mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
cc256x: fix compile by incl. btstack_chipset_cc256x.h in generated init script files
This commit is contained in:
parent
1a919128ef
commit
8084ae4a58
@ -239,6 +239,7 @@ def convert_bts(output_file, main_bts_file, bts_add_on, aka, lmp_subversion):
|
||||
if bts_add_on != "":
|
||||
fout.write( '// - {0}\n'.format(bts_add_on))
|
||||
fout.write( '#include <stdint.h>\n')
|
||||
fout.write( '#include "btstack_chipset_cc256x.h"\n')
|
||||
fout.write( '\n')
|
||||
# if aka != "":
|
||||
# fout.write( 'const char * {0}_init_script_aka = "{1}";\n'.format(array_name, aka))
|
||||
|
Loading…
Reference in New Issue
Block a user