Add some modules.
[bertos.git] / bertos / cfg / cfg_debug.h
index 25b25858b2fdfcceb13932035292a75d0a064bb0..f4d2c83fb582431de563851e76cd13c426c724fd 100644 (file)
 #ifndef CFG_DEBUG_H
 #define CFG_DEBUG_H
 
-/// kdebug console.
+/**
+ * Debug console port.
+ * $WIZ$ type = "int"; min = 0
+ */
 #define CONFIG_KDEBUG_PORT 0
 
-/// Baud-rate for the kdebug console.
-#define CONFIG_KDEBUG_BAUDRATE  115200
+/**
+ * Baudrate for the debug console.
+ * $WIZ$ type = "int"; min = 0
+ */
+#define CONFIG_KDEBUG_BAUDRATE  115200UL
 
 #endif /* CFG_DEBUG_H */