summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/stm32f4xx_it.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/stm32f4xx_it.h')
-rw-r--r--stmhal/stm32f4xx_it.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stmhal/stm32f4xx_it.h b/stmhal/stm32f4xx_it.h
index c2aabfadd0..2bdab3f805 100644
--- a/stmhal/stm32f4xx_it.h
+++ b/stmhal/stm32f4xx_it.h
@@ -58,6 +58,11 @@ void SVC_Handler(void);
void DebugMon_Handler(void);
void PendSV_Handler(void);
void SysTick_Handler(void);
+#ifdef USE_USB_FS
+void OTG_FS_IRQHandler(void);
+#elif defined(USE_USB_HS)
+void OTG_HS_IRQHandler(void);
+#endif
#ifdef __cplusplus
}