Mercurial > ecos
diff packages/io/serial/current/src/arm/pid_serial.h @ 48:1370c5e55234 ecos-sw-1999-10-25
Merge from eCos master repository on 1999-10-25-21:18:27-BST
| author | jlarmour |
|---|---|
| date | Mon, 25 Oct 1999 20:48:32 +0000 |
| parents | d376b777e2ce |
| children | a0774359f013 |
line wrap: on
line diff
--- a/packages/io/serial/current/src/arm/pid_serial.h +++ b/packages/io/serial/current/src/arm/pid_serial.h @@ -99,6 +99,7 @@ struct serial_port { // Interrupt status register #define ISR_Tx 0x02 #define ISR_Rx 0x04 +#define ISR_RxTO 0x0C static unsigned char select_word_length[] = { LCR_WL5, // 5 bits / word (char)
