Skip to content
Snippets Groups Projects
Commit ed1b8b15 authored by deuce's avatar deuce
Browse files

New listSemTryWaitBlock semantics.

parent 42ef3b2f
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ void ciolib_mouse_thread(void *data) ...@@ -212,7 +212,7 @@ void ciolib_mouse_thread(void *data)
timedout=1; timedout=1;
} }
else { else {
timedout=listSemTryWaitBlock(&state.input,delay); timedout=!listSemTryWaitBlock(&state.input,delay);
} }
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment