Commit fbaf0375 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

kernel32: comm.c: increase time slop.

parent be7b8be8
......@@ -27,7 +27,7 @@
#define TIMEOUT 1000 /* one second for Timeouts*/
#define SLOWBAUD 150
#define FASTBAUD 115200
#define TIMEDELTA 100 /* 100 ms uncertainty allowed */
#define TIMEDELTA 150 /* 150 ms uncertainty allowed */
/* Define the appropriate LOOPBACK(s) TRUE if you have a Loopback cable with
* the mentioned shorts connected to your Serial port
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment