We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cba23e commit ebc8359Copy full SHA for ebc8359
ports/atmel-samd/Makefile
@@ -328,6 +328,8 @@ SRC_C += \
328
timer_handler.c \
329
$(SRC_PERIPHERALS) \
330
331
+$(BUILD)/lib/tinyusb/src/portable/microchip/samd/dcd_samd.o: CFLAGS += -Wno-missing-prototypes
332
+
333
# This is an OR because it filters to any 1s and then checks to see if it is not
334
# empty.
335
ifneq (,$(filter 1,$(CIRCUITPY_PWMIO) $(CIRCUITPY_AUDIOIO) $(CIRCUITPY_RGBMATRIX)))
0 commit comments