switching to 12 Mhz xtal so USB functions correctly
[fw/openalt] / eints / eintsISR.h
1 #ifndef _EINTSISR_H_
2 #define _EINTSISR_H_
3
4 void eintsISR_EINT0 (void);
5 void eintsISR_EINT2 (void);
6
7 #endif