mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
windows: add btstack_audio to windows-h4 and windows-winusb
This commit is contained in:
parent
e739af9896
commit
95c90b0854
@ -16,6 +16,7 @@ COMMON += \
|
||||
btstack_chipset_stlc2500d.c \
|
||||
btstack_chipset_tc3566x.c \
|
||||
btstack_chipset_bcm.c \
|
||||
btstack_audio.c \
|
||||
wav_util.c \
|
||||
|
||||
# examples
|
||||
|
@ -3,7 +3,7 @@ BTSTACK_ROOT = ../..
|
||||
|
||||
CORE += main.c btstack_stdin_windows.c
|
||||
|
||||
COMMON += hci_transport_h2_winusb.c btstack_run_loop_windows.c le_device_db_fs.c btstack_link_key_db_fs.c wav_util.c
|
||||
COMMON += hci_transport_h2_winusb.c btstack_run_loop_windows.c le_device_db_fs.c btstack_link_key_db_fs.c wav_util.c btstack_audio.c
|
||||
|
||||
include ${BTSTACK_ROOT}/example/Makefile.inc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user