X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7%2Fcfg%2Fcfg_proc.h;h=d7483835e5e73e6013f7e0b2c4e04aa2dde2ce5c;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=9f5f3a2568a99b91617009742b0ec30d444c41ef;hpb=fe0a14d1434098bfd0780d06a2a7e55f27940d27;p=bertos.git diff --git a/examples/at91sam7/cfg/cfg_proc.h b/examples/at91sam7/cfg/cfg_proc.h index 9f5f3a25..d7483835 100644 --- a/examples/at91sam7/cfg/cfg_proc.h +++ b/examples/at91sam7/cfg/cfg_proc.h @@ -65,13 +65,13 @@ * * $WIZ$ type = "boolean" */ -#define CONFIG_KERN_PREEMPT 0 +#define CONFIG_KERN_PREEMPT 1 /** * Priority-based scheduling policy. * $WIZ$ type = "boolean" */ -#define CONFIG_KERN_PRI 0 +#define CONFIG_KERN_PRI 1 /** * Time sharing quantum (a prime number prevents interference effects) [ms].