git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6301 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
7ed08258ad
commit
cbfcf714d6
|
@ -193,7 +193,7 @@ void chSysTimerHandlerI(void) {
|
|||
if (NIL_THD_IS_WTSEM(tp))
|
||||
tp->u1.semp->cnt++;
|
||||
else if (NIL_THD_IS_SUSP(tp))
|
||||
tp->u1.trp = NULL;
|
||||
*tp->u1.trp = NULL;
|
||||
chSchReadyI(tp, MSG_TIMEOUT);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue