Add template projects description.
[bertos.git] / boards / arduino / templates / empty / cfg / cfg_proc.h
index ef228257dc05f828e68b318a789b514bcf593adc..52b4e414a8a53ad1ef61a024a218e27fd3ea8e1f 100644 (file)
@@ -43,7 +43,7 @@
  *
  * $WIZ$ type = "autoenabled"
  */
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
 
 /**
  * Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
@@ -58,7 +58,7 @@
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "timer"
  */
-#define CONFIG_KERN_PREEMPT 1
+#define CONFIG_KERN_PREEMPT 0
 
 /**
  * Time sharing quantum (a prime number prevents interference effects) [ms].