Skip to content

Commit

Permalink
disable missing-prototypes diagnostics in yet another tinyusb file
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Nov 10, 2021
1 parent 5cba23e commit ebc8359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/atmel-samd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ SRC_C += \
timer_handler.c \
$(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
# empty.
ifneq (,$(filter 1,$(CIRCUITPY_PWMIO) $(CIRCUITPY_AUDIOIO) $(CIRCUITPY_RGBMATRIX)))
Expand Down

0 comments on commit ebc8359

Please sign in to comment.