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