X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_debug.h;h=f7596ca1e24a7c924141ec805bce2f23f70ca8fd;hb=3ddb5bbec1b0c60a21dbd1311a285e79ba546ccc;hp=25b25858b2fdfcceb13932035292a75d0a064bb0;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/cfg/cfg_debug.h b/bertos/cfg/cfg_debug.h index 25b25858..f7596ca1 100644 --- a/bertos/cfg/cfg_debug.h +++ b/bertos/cfg/cfg_debug.h @@ -40,10 +40,16 @@ #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 = 300 + */ +#define CONFIG_KDEBUG_BAUDRATE 115200UL #endif /* CFG_DEBUG_H */