From f88d25da6f6fc801e884fc38cb2a477581147127 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 25 Jul 2008 14:46:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@354 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARMCM3/chcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/ARMCM3/chcore.c b/ports/ARMCM3/chcore.c index 4aa797c63..bb9bc1d83 100644 --- a/ports/ARMCM3/chcore.c +++ b/ports/ARMCM3/chcore.c @@ -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 -- cgit v1.2.3