diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-25 14:46:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-25 14:46:55 +0000 |
commit | f88d25da6f6fc801e884fc38cb2a477581147127 (patch) | |
tree | 49eda0cb4c81b872023835c4126170360119db3a /ports/ARMCM3 | |
parent | eb9b4efd31018e4949e3cc09830a5ecfc1304664 (diff) | |
download | ChibiOS-f88d25da6f6fc801e884fc38cb2a477581147127.tar.gz ChibiOS-f88d25da6f6fc801e884fc38cb2a477581147127.tar.bz2 ChibiOS-f88d25da6f6fc801e884fc38cb2a477581147127.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@354 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r-- | ports/ARMCM3/chcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |