Syrostan-MCU-C/Core/Inc/User/user_isr.h

10 lines
124 B
C
Raw Normal View History

2021-07-26 17:17:04 +08:00
#ifndef USER_ISR
#define USER_ISR
2021-07-27 09:58:57 +08:00
#include "user_main.h"
2021-07-26 17:17:04 +08:00
void timer4_isr();
2021-07-27 09:58:57 +08:00
void adc1_dma_isr();
void exti2_isr();
2021-07-26 17:17:04 +08:00
#endif