X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_debug.h;h=f4d2c83fb582431de563851e76cd13c426c724fd;hb=e80b8410edc8e74e94662722194d1cfddbb19ec5;hp=25b25858b2fdfcceb13932035292a75d0a064bb0;hpb=f927de07cfdce30eaab26ee4ba7b1fac3c1ee7c5;p=bertos.git diff --git a/bertos/cfg/cfg_debug.h b/bertos/cfg/cfg_debug.h index 25b25858..f4d2c83f 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 = 0 + */ +#define CONFIG_KDEBUG_BAUDRATE 115200UL #endif /* CFG_DEBUG_H */