Skip to content

Commit

Permalink
Fix STM32F7 FS port build.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiFiPhile committed May 9, 2024
1 parent d4b35e5 commit 8bc3d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/bsp/stm32f7/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bc3d73

Please sign in to comment.