Syrostan-MCU-C/Core/Inc/User/user_isr.h
2021-07-26 17:17:04 +08:00

6 lines
61 B
C

#ifndef USER_ISR
#define USER_ISR
void timer4_isr();
#endif