6 lines
61 B
C
6 lines
61 B
C
|
#ifndef USER_ISR
|
||
|
#define USER_ISR
|
||
|
|
||
|
void timer4_isr();
|
||
|
|
||
|
#endif
|