Slowed down serial transfer - fixes mouse on OS/2.

This commit is contained in:
TomW 2014-04-09 20:32:54 +01:00
commit 491a885ab2
2 changed files with 21 additions and 5 deletions

View file

@ -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;