stm32-f4discovery-usb: fix build

This commit is contained in:
Matthias Ringwald 2025-01-14 17:34:15 +01:00
parent adeab31f52
commit 98abe28484

View File

@ -116,6 +116,8 @@ ${BTSTACK_ROOT}/src/classic/hid_host.c \
${BTSTACK_ROOT}/src/classic/hsp_ag.c \
${BTSTACK_ROOT}/src/classic/hsp_hs.c \
${BTSTACK_ROOT}/src/classic/obex_parser.c \
${BTSTACK_ROOT}/src/classic/obex_srm_client.c \
${BTSTACK_ROOT}/src/classic/obex_srm_server.c \
${BTSTACK_ROOT}/src/classic/obex_message_builder.c \
${BTSTACK_ROOT}/src/classic/pan.c \
${BTSTACK_ROOT}/src/classic/pbap_client.c \