Remove msp430 from this release.
[bertos.git] / bertos / cfg / cfg_debug.h
index 539772af6e47a363e0ac4c125c501d26ce978d41..7ea52a0b72df7be900b58330a237448bd32ed094 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for Debug module.
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  */
 #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  19200
+/**
+ * Baudrate for the debug console.
+ * $WIZ$ type = "int"; min = 300
+ */
+#define CONFIG_KDEBUG_BAUDRATE  115200UL
 
 #endif /* CFG_DEBUG_H */