diff options
| author | Nikitarc <[email protected]> | 2022-04-20 11:29:03 +0200 |
|---|---|---|
| committer | Nikitarc <[email protected]> | 2022-04-20 11:29:03 +0200 |
| commit | c422b9ef419d4abc52b8c1e95ba4577ac6ae6a8c (patch) | |
| tree | 3d7043213ad3d0cd9f56daf37e154aae9191e7e8 /src | |
| parent | 52190e7308c723df952c8bfced25f70d333e22fe (diff) | |
Update dwc2_stm32.h
Add missing #endif
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/synopsys/dwc2/dwc2_stm32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_stm32.h b/src/portable/synopsys/dwc2/dwc2_stm32.h index c4a4d310f..d54bf1fd7 100644 --- a/src/portable/synopsys/dwc2/dwc2_stm32.h +++ b/src/portable/synopsys/dwc2/dwc2_stm32.h @@ -61,6 +61,7 @@ // USB_OTG_FS_PERIPH_BASE and OTG_FS_IRQn not defined #define USB_OTG_FS_PERIPH_BASE USB1_OTG_HS_PERIPH_BASE #define OTG_FS_IRQn OTG_HS_IRQn + #endif #elif CFG_TUSB_MCU == OPT_MCU_STM32F7 #include "stm32f7xx.h" |
