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

This commit is contained in:
gdisirio 2014-10-22 11:44:07 +00:00
parent 17e655604e
commit 296d9d2092
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ static inline bool chSchIsRescRequiredI(void) {
*/
static inline bool chSchCanYieldS(void) {
chDbgCheckClassI();
chDbgCheckClassS();
return firstprio(&ch.rlist.r_queue) >= currp->p_prio;
}