Commit fde8b7fc authored by Jean-Paul Saman's avatar Jean-Paul Saman

No need to sleep 25 ms, a bit longer will do fine too.

parent 75a0a1de
...@@ -287,7 +287,7 @@ check_input: ...@@ -287,7 +287,7 @@ check_input:
{ {
PL_DEBUG( "dying input" ); PL_DEBUG( "dying input" );
PL_UNLOCK; PL_UNLOCK;
msleep( 25000 ); /* 25 ms */ msleep( INTF_IDLE_SLEEP );
PL_LOCK; PL_LOCK;
goto check_input; goto check_input;
} }
......
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