diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-08-28 11:12:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 11:12:31 -0400 |
| commit | 893a125dd0ac2ad7df48c62314932c599d166e6c (patch) | |
| tree | f6e481b96155d87fa410300417c8a3369d746428 /ports | |
| parent | ac06202c2137e4c68e07c4a6dd2f487e2b368357 (diff) | |
| parent | 563e038c0d210dd0d17f6dc65f2c9eb5bbff1892 (diff) | |
Merge pull request #3338 from jepler/endpoint-count-checking-stm32f4056.0.0-alpha.3
add endpoint count checking on stm32f405
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/stm/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm/mpconfigport.mk b/ports/stm/mpconfigport.mk index 19f9ffa44..b827aa48b 100644 --- a/ports/stm/mpconfigport.mk +++ b/ports/stm/mpconfigport.mk @@ -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) |
