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

This commit is contained in:
gdisirio 2011-01-01 17:50:09 +00:00
parent fa54f85d24
commit 90aa3805a2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ msg_t chIQGetTimeout(InputQueue *iqp, systime_t time) {
msg_t msg;
chSysLock();
if (iqp->q_notify)
iqp->q_notify();