Remove obsolete COMBRD* definitions.
This commit is contained in:
parent
cad5db6416
commit
c34cc16d46
@ -37,12 +37,6 @@
|
||||
/* Receiver clock frequency for "standard" pc serial ports. */
|
||||
#define DEFAULT_RCLK 1843200
|
||||
|
||||
#ifdef PC98
|
||||
/* 16 bit baud rate divisor (lower byte in dca_data, upper in dca_ier) */
|
||||
#define COMBRD(x) (1843200 / (16*(x)))
|
||||
#define COMBRD_RSA(x) (14745600 / (16*(x)))
|
||||
#endif
|
||||
|
||||
/* interrupt enable register */
|
||||
#define IER_ERXRDY 0x1
|
||||
#define IER_ETXRDY 0x2
|
||||
|
Loading…
x
Reference in New Issue
Block a user