git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7419 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
17e655604e
commit
296d9d2092
|
@ -568,7 +568,7 @@ static inline bool chSchIsRescRequiredI(void) {
|
||||||
*/
|
*/
|
||||||
static inline bool chSchCanYieldS(void) {
|
static inline bool chSchCanYieldS(void) {
|
||||||
|
|
||||||
chDbgCheckClassI();
|
chDbgCheckClassS();
|
||||||
|
|
||||||
return firstprio(&ch.rlist.r_queue) >= currp->p_prio;
|
return firstprio(&ch.rlist.r_queue) >= currp->p_prio;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue