From f30870b670b3bf27f28a219d58c852db15ca64a9 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 8 Nov 2010 13:57:16 +0000 Subject: [PATCH] Remove msp430 from this release. git-svn-id: https://src.develer.com/svnoss/bertos/branches/2.6@4538 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_debug.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/bertos/cfg/cfg_debug.h b/bertos/cfg/cfg_debug.h index 10639848..7ea52a0b 100644 --- a/bertos/cfg/cfg_debug.h +++ b/bertos/cfg/cfg_debug.h @@ -51,20 +51,4 @@ */ #define CONFIG_KDEBUG_BAUDRATE 115200UL -/** - * Clock source for the UART module. You need to write the code to reprogram the respective clock at the required frequency in your project before calling kdbg_init(). - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "kdbg_clk_src" - * $WIZ$ supports = "msp430" - */ -#define CONFIG_KDEBUG_CLOCK_SOURCE KDBG_UART_SMCLK - -/** - * Clock frequency. (Only if different from MCLK's frequency, otherwise leave it zero) - * $WIZ$ type = "int"; min = 0 - * $WIZ$ supports = "msp430" - */ -#define CONFIG_KDEBUG_CLOCK_FREQ 0UL - #endif /* CFG_DEBUG_H */ -- 2.25.1