summaryrefslogtreecommitdiff
path: root/stm32cubemx/Inc/stm32f1xx_it.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm32cubemx/Inc/stm32f1xx_it.h')
-rw-r--r--stm32cubemx/Inc/stm32f1xx_it.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32cubemx/Inc/stm32f1xx_it.h b/stm32cubemx/Inc/stm32f1xx_it.h
index b04b2cf..73ada16 100644
--- a/stm32cubemx/Inc/stm32f1xx_it.h
+++ b/stm32cubemx/Inc/stm32f1xx_it.h
@@ -54,6 +54,7 @@ void SVC_Handler(void);
void DebugMon_Handler(void);
void PendSV_Handler(void);
void SysTick_Handler(void);
+void DMA1_Channel2_IRQHandler(void);
void TIM1_TRG_COM_IRQHandler(void);
#ifdef __cplusplus