From: lottaviano Date: Tue, 26 Oct 2010 16:52:32 +0000 (+0000) Subject: Fix default debug port for STM32 board on context switch preset. X-Git-Tag: 2.6.0~5^2~50 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b8c9d4a6fb1b0317e653d518a26acf5a47846a23;p=bertos.git Fix default debug port for STM32 board on context switch preset. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4470 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h b/boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h index 2607d50c..2633f958 100644 --- a/boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h +++ b/boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h @@ -60,7 +60,7 @@ * Debug console port. * $WIZ$ type = "int"; min = 0 */ -#define CONFIG_CTX_DEBUG_PORT 0 +#define CONFIG_CTX_DEBUG_PORT 1 /** * Baudrate for the debug console.