From b8c9d4a6fb1b0317e653d518a26acf5a47846a23 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Tue, 26 Oct 2010 16:52:32 +0000 Subject: [PATCH] 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 --- .../benchmark/context_switch/cfg/cfg_context_switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1