zoom/testdac/pic/isr.h
2007-02-21 19:53:24 +00:00

7 lines
63 B
C

#ifndef ISR_H
#define ISR_H
void interrupt isr(void);
#endif