Fix STM32F7 FS port build.

This commit is contained in:
HiFiPhile 2024-05-09 17:10:44 +02:00 committed by hathach
parent 772398f6ea
commit 4b55af17c9
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -24,6 +24,7 @@ ifeq ($(PORT), 1)
$(info "Using OTG_HS in FullSpeed mode")
endif
else
CFLAGS += -DBOARD_TUD_MAX_SPEED=OPT_MODE_FULL_SPEED
$(info "Using OTG_FS")
endif