Fix default debug port for STM32 board on context switch preset.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Oct 2010 16:52:32 +0000 (16:52 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Oct 2010 16:52:32 +0000 (16:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4470 38d2e660-2303-0410-9eaa-f027e97ec537

boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h

index 2607d50cf42759ffa772e1bb20436c925efd0ec8..2633f9587ef63c617fe08b633feecb08ec930b7b 100644 (file)
@@ -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.