disable missing-prototypes diagnostics in yet another tinyusb file
This commit is contained in:
parent
5cba23e04d
commit
ebc8359c67
@ -328,6 +328,8 @@ SRC_C += \
|
|||||||
timer_handler.c \
|
timer_handler.c \
|
||||||
$(SRC_PERIPHERALS) \
|
$(SRC_PERIPHERALS) \
|
||||||
|
|
||||||
|
$(BUILD)/lib/tinyusb/src/portable/microchip/samd/dcd_samd.o: CFLAGS += -Wno-missing-prototypes
|
||||||
|
|
||||||
# This is an OR because it filters to any 1s and then checks to see if it is not
|
# This is an OR because it filters to any 1s and then checks to see if it is not
|
||||||
# empty.
|
# empty.
|
||||||
ifneq (,$(filter 1,$(CIRCUITPY_PWMIO) $(CIRCUITPY_AUDIOIO) $(CIRCUITPY_RGBMATRIX)))
|
ifneq (,$(filter 1,$(CIRCUITPY_PWMIO) $(CIRCUITPY_AUDIOIO) $(CIRCUITPY_RGBMATRIX)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user