From 9e1cfa5c37120c1bad3eba0e9c5e6acf8129610b Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sun, 4 Dec 2011 11:13:04 +0100 Subject: [PATCH] cec: shorter read time --- src/lib/AdapterCommunication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/AdapterCommunication.cpp b/src/lib/AdapterCommunication.cpp index caa8442..6cc482f 100644 --- a/src/lib/AdapterCommunication.cpp +++ b/src/lib/AdapterCommunication.cpp @@ -323,7 +323,7 @@ void *CAdapterCommunication::Process(void) while (!IsStopped()) { - ReadFromDevice(500); + ReadFromDevice(50); Sleep(5); WriteNextCommand(); } -- 2.34.1