Slowed down serial transfer - fixes mouse on OS/2.
This commit is contained in:
parent
1493306d5e
commit
491a885ab2
2 changed files with 21 additions and 5 deletions
|
|
@ -18,6 +18,8 @@ typedef struct
|
|||
void (*rcr_callback)(void *p);
|
||||
uint8_t fifo[256];
|
||||
int fifo_read, fifo_write;
|
||||
|
||||
int recieve_delay;
|
||||
} SERIAL;
|
||||
|
||||
extern SERIAL serial1, serial2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue