]> mj.ucw.cz Git - home-hw.git/blobdiff - Inc/stm32f1xx_it.h
I2C interrupts
[home-hw.git] / Inc / stm32f1xx_it.h
index 7386795b1d9b1cbe39cc264a536b7a4aa45738e1..e1473eda6ba71fdcc100e44b348b570fa643d6be 100644 (file)
@@ -56,11 +56,10 @@ void SVC_Handler(void);
 void DebugMon_Handler(void);
 void PendSV_Handler(void);
 void SysTick_Handler(void);
-void DMA1_Channel6_IRQHandler(void);
-void DMA1_Channel7_IRQHandler(void);
 void USB_HP_CAN1_TX_IRQHandler(void);
 void USB_LP_CAN1_RX0_IRQHandler(void);
 void TIM4_IRQHandler(void);
+void I2C1_EV_IRQHandler(void);
 
 #ifdef __cplusplus
 }