test/avrcp: fix compile

This commit is contained in:
Milanka Ringwald 2020-07-23 08:13:24 +02:00
parent 08485fc42b
commit f0dfb82292

View File

@ -13,7 +13,9 @@ CORE += \
main.c \ main.c \
btstack_stdin_posix.c \ btstack_stdin_posix.c \
btstack_tlv.c \ btstack_tlv.c \
btstack_tlv_posix.c \ btstack_link_key_db_tlv.c \
btstack_tlv_posix.c \
le_device_db_tlv.c \
COMMON += \ COMMON += \
ad_parser.c \ ad_parser.c \
@ -27,7 +29,6 @@ COMMON += \
hci_transport_h2_libusb.c \ hci_transport_h2_libusb.c \
l2cap.c \ l2cap.c \
l2cap_signaling.c \ l2cap_signaling.c \
le_device_db_fs.c \
sdp_server.c \ sdp_server.c \
sdp_client.c \ sdp_client.c \
sdp_util.c \ sdp_util.c \
@ -36,7 +37,6 @@ COMMON += \
sm.c \ sm.c \
btstack_crypto.c \ btstack_crypto.c \
uECC.c \ uECC.c \
le_device_db_fs.c \
CFLAGS += -g -Wall -Wmissing-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 # -Wstrict-prototypes disabled because of portaudio headers