Commit a6a6eef7 authored by Claes Sjofors's avatar Claes Sjofors

rt_qmon loop bugfix

parent d53ddeee
......@@ -336,6 +336,7 @@ timerAst (
}
#endif
pwr_tStatus
thread_CondTimedWait (
thread_sCond *cp,
......@@ -403,7 +404,7 @@ thread_CondTimedWait (
cp->f = 0;
if (time == NULL)
if (time == NULL || time->tv_sec > 100000000)
return thread_CondWait(cp, mp);
time_GetTime(&now);
......
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