Skip to content

Commit c422b9e

Browse files
author
Nikitarc
committed
Update dwc2_stm32.h
Add missing #endif
1 parent 52190e7 commit c422b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portable/synopsys/dwc2/dwc2_stm32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
// USB_OTG_FS_PERIPH_BASE and OTG_FS_IRQn not defined
6262
#define USB_OTG_FS_PERIPH_BASE USB1_OTG_HS_PERIPH_BASE
6363
#define OTG_FS_IRQn OTG_HS_IRQn
64+
#endif
6465

6566
#elif CFG_TUSB_MCU == OPT_MCU_STM32F7
6667
#include "stm32f7xx.h"

0 commit comments

Comments
 (0)