stm: Specify max endpoints for stm32f405xx

.. which is why we can't have HID or MIDI on the stm32f405 feather
This commit is contained in:
Jeff Epler 2020-08-27 15:11:17 -05:00
parent a03b6a99e6
commit 563e038c0d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ifeq ($(MCU_VARIANT),STM32F405xx)
CIRCUITPY_FRAMEBUFFERIO ?= 1
CIRCUITPY_RGBMATRIX ?= 1
CIRCUITPY_SDIOIO ?= 1
USB_NUM_EP = 4
endif
ifeq ($(MCU_SERIES),F4)