1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-29 01:20:19 +00:00

minor clean up

This commit is contained in:
hathach 2023-10-31 10:58:15 +07:00
parent 305ef5d48a
commit 9f0223dccd
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 911 additions and 881 deletions
hw/bsp/stm32f7
src/portable/synopsys/dwc2

@ -199,7 +199,7 @@ void board_init(void) {
__HAL_RCC_OTGPHYC_CLK_ENABLE(); __HAL_RCC_OTGPHYC_CLK_ENABLE();
#else #else
// MUC with external ULPI PHY // MCU with external ULPI PHY
/* ULPI CLK */ /* ULPI CLK */
GPIO_InitStruct.Pin = GPIO_PIN_5; GPIO_InitStruct.Pin = GPIO_PIN_5;

File diff suppressed because it is too large Load Diff