lm3s196: enable kernel preemption for the context_switch benchmark.
[bertos.git] / boards / ek-lm3s1968 / benchmark / context_switch / cfg / cfg_proc.h
index dfa7ece0e4aad41ebe8059514bc84c4fa5d0283b..ef228257dc05f828e68b318a789b514bcf593adc 100644 (file)
@@ -58,7 +58,7 @@
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "timer"
  */
-#define CONFIG_KERN_PREEMPT 0
+#define CONFIG_KERN_PREEMPT 1
 
 /**
  * Time sharing quantum (a prime number prevents interference effects) [ms].