OVMS3-idf/examples/bluetooth/ble_hid_device_demo/main/component.mk
2018-09-20 18:53:14 +08:00

7 lines
165 B
Makefile

#
# Main Makefile. This is basically the same as a component makefile.
#
ifeq ($(GCC_NOT_5_2_0), 1)
hid_device_le_prf.o: CFLAGS += -Wno-unused-const-variable
endif