X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_debug.h;h=7ea52a0b72df7be900b58330a237448bd32ed094;hb=6782cd93ae622b7e2a603ce069ceb84c5eb448b9;hp=25b25858b2fdfcceb13932035292a75d0a064bb0;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/cfg/cfg_debug.h b/bertos/cfg/cfg_debug.h index 25b25858..7ea52a0b 100644 --- a/bertos/cfg/cfg_debug.h +++ b/bertos/cfg/cfg_debug.h @@ -32,7 +32,6 @@ * * \brief Configuration file for Debug module. * - * \version $Id$ * * \author Daniele Basile */ @@ -40,10 +39,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 */