git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6300 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-09-13 12:58:50 +00:00
parent 1a2e19d5d6
commit 7ed08258ad
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}