Merge board updates from trunk.
[bertos.git] / boards / stm32-p103 / benchmark / context_switch / cfg / cfg_context_switch.h
index 2607d50cf42759ffa772e1bb20436c925efd0ec8..be15cf2fe70f80e98c3e8b0ca9157f7ba98da11e 100644 (file)
@@ -45,7 +45,7 @@
  * $WIZ$ module= "boolean"
  * $WIZ$ conditional_deps = "ser"
  */
-#define CONFIG_USE_HP_TIMER       0
+#define CONFIG_USE_HP_TIMER       1
 
 
 /**
@@ -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.