X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_context_switch.h;h=be15cf2fe70f80e98c3e8b0ca9157f7ba98da11e;hb=546d20f6b54a7b06e8aa0a5e1e04e9c0304891c4;hp=2607d50cf42759ffa772e1bb20436c925efd0ec8;hpb=a256e501c16b63a423267f8621d6bdcda20d3f3a;p=bertos.git 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..be15cf2f 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 @@ -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.