mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-13 15:41:17 +00:00
test/hid_parser: fix compile with gcc
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user