mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
stm32-f4discovery-cc256x, test/avrcp: fix compile
This commit is contained in:
parent
c4e8cd112f
commit
432bd28d3f
@ -105,6 +105,7 @@ ${BTSTACK_ROOT}/src/classic/hid_device.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_ag.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_hs.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_iterator.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_message_builder.c \
|
||||
${BTSTACK_ROOT}/src/classic/pbap_client.c \
|
||||
${BTSTACK_ROOT}/src/classic/rfcomm.c \
|
||||
${BTSTACK_ROOT}/src/classic/sdp_client.c \
|
||||
|
@ -17,6 +17,8 @@ CORE += \
|
||||
|
||||
COMMON += \
|
||||
ad_parser.c \
|
||||
btstack_audio.c \
|
||||
btstack_audio_portaudio.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
hci.c \
|
||||
@ -31,7 +33,8 @@ COMMON += \
|
||||
sdp_util.c \
|
||||
wav_util.c \
|
||||
|
||||
CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wunused-variable -Wunused-parameter -Werror
|
||||
CFLAGS += -g -Wall -Wmissing-prototypes -Wshadow -Wunused-variable -Wunused-parameter -Werror
|
||||
# -Wstrict-prototypes disabled because of portaudio headers
|
||||
CFLAGS += -I${BTSTACK_ROOT}/src
|
||||
CFLAGS += -I${BTSTACK_ROOT}/src/classic
|
||||
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/include -D OI_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user