20428f67be
git-svn-id: https://bucket.mit.edu/svn/nilm/zoom@4367 ddd99763-3ecb-0310-9145-efcb8ce7c51f
7 lines
63 B
C
7 lines
63 B
C
#ifndef ISR_H
|
|
#define ISR_H
|
|
|
|
void interrupt isr(void);
|
|
|
|
#endif
|