Change the syntax of the wizard tag also in the configuration files.
[bertos.git] / bertos / cfg / cfg_kfile.h
index da5f5350d665d883544fb1af89e66533b79cf2fa..291a38813427ca0ddf93d9cba70d065016e56335 100644 (file)
 
 /**
  * Module logging level.
- * $WIZARD = { "type" : "enum", "value_list" : "log_level" }
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
  */
 #define KFILE_LOG_LEVEL        LOG_LVL_INFO
 
 /**
  * Module logging format.
- * $WIZARD = { "type" : "enum", "value_list" : "log_format" }
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_format"
  */
 #define KFILE_LOG_FORMAT       LOG_FMT_TERSE
 
 /**
  * Enable the gets function with echo.
- * $WIZARD = { "type" : "boolean" }
+ * $WIZ$ type = "boolean"
  */
 #define CONFIG_KFILE_GETS      0