stm32-f4discovery-cc256x, test/avrcp: fix compile

This commit is contained in:
Matthias Ringwald 2019-03-27 15:21:19 +01:00
parent c4e8cd112f
commit 432bd28d3f
2 changed files with 5 additions and 1 deletions

View File

@ -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 \

View File

@ -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