Add missing timer cpu specific file source.
[bertos.git] / bertos / cfg / cfg_debug.h
index 539772af6e47a363e0ac4c125c501d26ce978d41..f7596ca1e24a7c924141ec805bce2f23f70ca8fd 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  19200
+/**
+ * Baudrate for the debug console.
+ * $WIZ$ type = "int"; min = 300
+ */
+#define CONFIG_KDEBUG_BAUDRATE  115200UL
 
 #endif /* CFG_DEBUG_H */