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

View File

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