From de50e8fae592a69ea125e5fd9dd5780948cd6ea3 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Sat, 16 Apr 2016 03:19:53 +0000 Subject: [PATCH] [AVR] Zeroed time quantum git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9284 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/RT-ARDUINOMEGA/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/AVR/RT-ARDUINOMEGA/chconf.h b/demos/AVR/RT-ARDUINOMEGA/chconf.h index a28d22288..4b231009b 100644 --- a/demos/AVR/RT-ARDUINOMEGA/chconf.h +++ b/demos/AVR/RT-ARDUINOMEGA/chconf.h @@ -80,7 +80,7 @@ * @note Disabling the round robin preemption makes the kernel more compact * and generally faster. */ -#define CH_CFG_TIME_QUANTUM 20 +#define CH_CFG_TIME_QUANTUM 0 /** * @brief Managed RAM size.