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:
gdisirio 2013-09-13 12:59:53 +00:00
parent 7ed08258ad
commit cbfcf714d6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {