4161a2e13fe600336413ba5c7b91f609e5809d29
[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