X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_debug.h;h=f7596ca1e24a7c924141ec805bce2f23f70ca8fd;hb=bec42eeaf92f1da4e11aad1661072789ea72a9ea;hp=539772af6e47a363e0ac4c125c501d26ce978d41;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_debug.h b/bertos/cfg/cfg_debug.h index 539772af..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 19200 +/** + * Baudrate for the debug console. + * $WIZ$ type = "int"; min = 300 + */ +#define CONFIG_KDEBUG_BAUDRATE 115200UL #endif /* CFG_DEBUG_H */