repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7748a
)
cec: use the correct Sleep() method in CCECProcessor::OpenConnection(). the thread...
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 28 Feb 2012 18:05:25 +0000
(19:05 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 28 Feb 2012 18:06:06 +0000
(19:06 +0100)
src/lib/CECProcessor.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/CECProcessor.cpp
b/src/lib/CECProcessor.cpp
index e0f8c3ffd01f6f0a21aae476c196dc6f368f36ad..7cc01cadaabbf5e98d0b4637fe961b09bef0df2a 100644
(file)
--- a/
src/lib/CECProcessor.cpp
+++ b/
src/lib/CECProcessor.cpp
@@
-189,7
+189,7
@@
bool CCECProcessor::OpenConnection(const char *strPort, uint16_t iBaudRate, uint
{
CLibCEC::AddLog(CEC_LOG_ERROR, "could not open a connection (try %d)", ++iConnectTry);
m_communication->Close();
-
Sleep(5
00);
+
CEvent::Sleep(10
00);
}
if (bReturn)