Documentation fix only
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13384 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
0fb99f2057
commit
4f13762570
|
@ -368,7 +368,7 @@ static inline void chSysUnlock(void) {
|
|||
_stats_stop_measure_crit_thd();
|
||||
|
||||
/* The following condition can be triggered by the use of i-class functions
|
||||
in a critical section not followed by a chSchResceduleS(), this means
|
||||
in a critical section not followed by a chSchRescheduleS(), this means
|
||||
that the current thread has a lower priority than the next thread in
|
||||
the ready list.*/
|
||||
chDbgAssert((ch.rlist.queue.next == (thread_t *)&ch.rlist.queue) ||
|
||||
|
|
Loading…
Reference in New Issue