Fixed bug 2961208.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1693 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-03-01 16:41:24 +00:00
parent 1563752715
commit 917c1b3de8
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ void chEvtSignal(Thread *tp, eventmask_t mask) {
chSysLock();
chEvtSignalI(tp, mask);
chSchRescheduleS();
chSysUnlock();
}