Fix wizard flag.
authorDaniele Basile <asterix@develer.com>
Mon, 16 Jan 2012 17:42:20 +0000 (18:42 +0100)
committerDaniele Basile <asterix@develer.com>
Mon, 16 Jan 2012 17:57:00 +0000 (18:57 +0100)
bertos/cfg/cfg_syslog.h
bertos/net/syslog.h

index 69bc990c7d828e3df75e126c1aeeee4ed1e20f63..5ee39c0f26c3020aced0fcc200d765caa476a2d6 100644 (file)
 /**
  * Enable the net logging.
  *
- * $WIZ$ type = "bool"
+ * $WIZ$ type = "autoenabled"
  */
-#define CONFIG_SYSLOG_NET     1
+#define CONFIG_SYSLOG_NET     0
 
 /**
- * Enable the serial logging.
+ * Log also on serial.
  *
- * $WIZ$ type = "bool"
+ * $WIZ$ type = "boolean"
  */
 #define CONFIG_SYSLOG_SERIAL  1
 
 /**
- * Destination port of log messages
+ * Destination port of log messages.
  *
  * $WIZ$ type = "int"
  */
index 52e9b1e0dda639227c7fad577139fe810367354a..f95ea6b44bc4c4fcb2e98c48408a69ddc38ca72f 100644 (file)
@@ -67,7 +67,7 @@
  *
  * $WIZ$ module_name = "syslog"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_syslog.h"
- * $WIZ$ module_depends = "lwip", "kfile"
+ * $WIZ$ module_depends = "lwip", "debug"
  */
 
 #ifndef NET_SYSLOG_H