examples/bluetooth: silence unused const variables warnings
This commit is contained in:
parent
c2a04f6517
commit
0b35292abe
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
#
|
#
|
||||||
# Main Makefile. This is basically the same as a component makefile.
|
# Main Makefile. This is basically the same as a component makefile.
|
||||||
#
|
#
|
||||||
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component_common.mk. By default,
|
|
||||||
# this will take the sources in the src/ directory, compile them and link them into
|
|
||||||
# lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
|
|
||||||
# please read the ESP-IDF documents if you need to do this.
|
|
||||||
#
|
|
||||||
|
|
||||||
# include $(IDF_PATH)/make/component_common.mk
|
hid_device_le_prf.o: CFLAGS += -Wno-unused-const-variable
|
||||||
|
|
Loading…
Reference in a new issue