Imported Upstream version 2.9.0
[debian/cc1111] / 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