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

master
gdisirio 2008-07-25 14:46:55 +00:00
parent eb9b4efd31
commit f88d25da6f
1 changed files with 1 additions and 1 deletions

View File

@ -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