git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4280 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
afb00cd4eb
commit
456a8cbd82
|
@ -74,6 +74,8 @@ void _scheduler_init(void) {
|
|||
Thread *chSchReadyI(Thread *tp) {
|
||||
Thread *cp;
|
||||
|
||||
chDbgCheckClassI();
|
||||
|
||||
/* Integrity checks.*/
|
||||
chDbgAssert((tp->p_state != THD_STATE_READY) &&
|
||||
(tp->p_state != THD_STATE_FINAL),
|
||||
|
|
Loading…
Reference in New Issue