git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6300 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
1a2e19d5d6
commit
7ed08258ad
|
@ -163,7 +163,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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue