Fix default debug port for STM32 board on context switch preset.
[bertos.git] / 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.