esp32: add sco_util.c to hsp_hs_demo

This commit is contained in:
Matthias Ringwald 2018-03-01 10:39:38 +01:00
parent d9758b468b
commit 2100821c33

View File

@ -84,7 +84,7 @@ def create_examples(script_path, suffix):
shutil.copyfile(examples_embedded + file, apps_folder + "/main/" + example + ".c")
# add sco_demo_util.c for audio examples
if example in ['hfp_ag_demo','hfp_hf_demo', 'hsp_ag_demo', 'hsp_hf_demo']:
if example in ['hfp_ag_demo','hfp_hf_demo', 'hsp_ag_demo', 'hsp_hs_demo']:
shutil.copy(examples_embedded + 'sco_demo_util.c', apps_folder + '/main/')
shutil.copy(examples_embedded + 'sco_demo_util.h', apps_folder + '/main/')