7 lines
63 B
C
7 lines
63 B
C
|
#ifndef ISR_H
|
||
|
#define ISR_H
|
||
|
|
||
|
void interrupt isr(void);
|
||
|
|
||
|
#endif
|