diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/pmax/dev/lk201.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/lk201.c b/sys/arch/pmax/dev/lk201.c index 08b62a312e2..0719e8f2e3e 100644 --- a/sys/arch/pmax/dev/lk201.c +++ b/sys/arch/pmax/dev/lk201.c @@ -391,6 +391,6 @@ MouseInit(mdev, putc, getc) * For some reason, the mouse doesn't see this command if it comes * too soon after a self test. */ - DELAY(100); + DELAY(150); (*putc)(mdev, MOUSE_INCREMENTAL); } |