Add arduino mega board preset, signed-off by Fabio Bizzi.
[bertos.git] / examples / demo / cfg / cfg_proc.h
index d8531cdf7d47776026f4c7d7d1a19e259d514f31..12e39c8b7bc16cf12352428c5d064de5ae5a5876 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Kernel configuration parameters
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -71,7 +70,7 @@
  * Preemptive process scheduling.
  *
  * $WIZ$ type = "boolean"
- * $WIZ$ conditional_deps = "timer", "idle"
+ * $WIZ$ conditional_deps = "timer"
  */
 #define CONFIG_KERN_PREEMPT 1
 
@@ -87,7 +86,7 @@
  * $WIZ$ type = "int"
  * $WIZ$ min = 1
  */
-#define CONFIG_KERN_QUANTUM 47
+#define CONFIG_KERN_QUANTUM 11
 
 /**
  * Module logging level.