git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@354 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
eb9b4efd31
commit
f88d25da6f
|
@ -150,8 +150,8 @@ void PendSVVector(void) {
|
|||
(otp = currp)->p_ctx.r13 = sp_thd;
|
||||
chSchReadyI(otp);
|
||||
(currp = fifo_remove(&rlist.r_queue))->p_state = PRCURR;
|
||||
/* set the round-robin time quantum */
|
||||
#ifdef CH_USE_ROUNDROBIN
|
||||
/* set the round-robin time quantum */
|
||||
rlist.r_preempt = CH_TIME_QUANTUM;
|
||||
#endif
|
||||
#ifdef CH_USE_TRACE
|
||||
|
|
Loading…
Reference in New Issue