Disable the kernel in all the "empty" preset templates.
[bertos.git] / boards / arduino / templates / empty / cfg / cfg_proc.h
index dfa7ece0e4aad41ebe8059514bc84c4fa5d0283b..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!