1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-26 20:37:19 +00:00

test/hid_parser: fix compile with gcc

This commit is contained in:
Matthias Ringwald 2019-09-15 19:34:25 +02:00
parent 1c22f3beea
commit aa58a51854

@ -18,7 +18,7 @@ COMMON_OBJ = $(COMMON:.c=.o)
all: hid_parser_test
hid_parser_test: btstack_hid_parser.c btstack_util.c hid_parser_test.c hci_dump.c
${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} $^ -o $@
${CC} ${CFLAGS} ${CPPFLAGS} $^ ${LDFLAGS} -o $@
test: all
./hid_parser_test