Correct typo
[bertos.git] / bertos / cfg / cfg_kern.h
index 8bf4325f3263dfe61397a1e12bfae4fd6ebb63a7..dd987b93c19aba8cbbf312d6d4f771071076c35a 100644 (file)
 /**
  * Enable the multithreading kernel.
  *
- * $WIZARD = { "type" : "boolean" }
+ * $WIZ$ type = "boolean"
  */
 #define CONFIG_KERN  1
 
-#define CONFIG_KERN_SCHED       1  ///< Process schedling.                       $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_SIGNALS     1  ///< Inter-process signals.                   $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_IRQ         0  ///< Interrupt supervisor.                    $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_HEAP        0  ///< Dynamic memory allocation.               $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_SEMAPHORES  1  ///< Re-entrant mutual exclusion primitives.  $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_MONITOR     1  ///< Process monitor.                         $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_PREEMPT     0  ///< Preemptive process scheduling.           $WIZARD = { "type" : "boolean" }
-#define CONFIG_KERN_PRI         0  ///< Priority-based scheduling policy.        $WIZARD = { "type" : "boolean" }
+#define CONFIG_KERN_SCHED       1  ///< Process schedling.                       $WIZ$ type = "boolean"
+#define CONFIG_KERN_SIGNALS     1  ///< Inter-process signals.                   $WIZ$ type = "boolean"
+#define CONFIG_KERN_IRQ         0  ///< Interrupt supervisor.                    $WIZ$ type = "boolean"
+#define CONFIG_KERN_HEAP        0  ///< Dynamic memory allocation.               $WIZ$ type = "boolean"
+#define CONFIG_KERN_SEMAPHORES  1  ///< Re-entrant mutual exclusion primitives.  $WIZ$ type = "boolean"
+#define CONFIG_KERN_MONITOR     1  ///< Process monitor.                         $WIZ$ type = "boolean"
+#define CONFIG_KERN_PREEMPT     0  ///< Preemptive process scheduling.           $WIZ$ type = "boolean"
+#define CONFIG_KERN_PRI         0  ///< Priority-based scheduling policy.        $WIZ$ type = "boolean"
 
 /**
  * [ms] Time sharing quantum (a prime number prevents interference effects)
  *
- * $WIZARD = { "type" : "int", "min" : "0" }
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "0"
  */
 #define CONFIG_KERN_QUANTUM     47
 
 /**
  * Module logging level.
  *
- * $WIZARD = { "type" : "enum", "value_list" : "log_level" }
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
  */
 #define KERN_LOG_LEVEL      LOG_LVL_ERR
 
 /**
  * Module logging level.
  *
- * $WIZARD = { "type" : "enum", "value_list" : "log_level" }
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
  */
 #define KERN_LOG_FORMAT     LOG_FMT_VERBOSE