mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-16 16:20:50 +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)
|
||||
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_examples.create_examples(local_dir, '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user