mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
esp32: avoid duplicate hci_dump_embedded_stdout.c
This commit is contained in:
parent
da39cc4ecc
commit
6d1fa2f01b
@ -54,8 +54,5 @@ for dir in dirs_to_copy:
|
|||||||
print('- %s' % dir)
|
print('- %s' % dir)
|
||||||
shutil.copytree(local_dir + '/../../' + dir, IDF_BTSTACK + '/' + dir)
|
shutil.copytree(local_dir + '/../../' + dir, IDF_BTSTACK + '/' + dir)
|
||||||
|
|
||||||
# add hci dump stdout
|
|
||||||
shutil.copy(local_dir+'/../../platform/embedded/hci_dump_embedded_stdout.c', IDF_BTSTACK)
|
|
||||||
|
|
||||||
# create example/btstack
|
# create example/btstack
|
||||||
create_examples.create_examples(local_dir, '')
|
create_examples.create_examples(local_dir, '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user