* Removed svn:executable property from non-executable files
[fw/sdcc] / device / examples / mcs51 / clock / hw.h
1 #define OSCILLATOR 11059200
2 #define BAUD 19200
3
4 void ClockIrqHandler (void) interrupt 1 using 3;
5 unsigned long ClockTicks(void);
6