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

6 lines
61 B
C
Raw Normal View History

2021-07-26 17:17:04 +08:00
#ifndef USER_ISR
#define USER_ISR
void timer4_isr();
#endif