X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_proc.h;h=ef228257dc05f828e68b318a789b514bcf593adc;hb=2654dc2eff8a397ed1dd21d0f073bae553acbb61;hp=dfa7ece0e4aad41ebe8059514bc84c4fa5d0283b;hpb=5c610c526235fef906506165ef069d88fd0ca210;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h b/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h index dfa7ece0..ef228257 100644 --- a/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h +++ b/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h @@ -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].