esp32: avoid duplicate hci_dump_embedded_stdout.c

This commit is contained in:
Matthias Ringwald 2022-11-11 09:12:56 +01:00
parent da39cc4ecc
commit 6d1fa2f01b

View File

@ -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, '')