X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fsam3n-ek_kernel%2Fcfg%2Fcfg_proc.h;h=fa9bcc9b0b5e6d69655c7393b1e916465db337d4;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=7e64c498702a9c255a0b23ba9daa0c661ae03aef;hpb=61171d95e604185c26236fc9f3cba4ef77312c67;p=bertos.git diff --git a/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_proc.h b/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_proc.h index 7e64c498..fa9bcc9b 100644 --- a/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_proc.h +++ b/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_proc.h @@ -74,6 +74,12 @@ */ #define CONFIG_KERN_PRI 1 +/** + * Priority-inheritance protocol. + * $WIZ$ type = "boolean" + */ +#define CONFIG_KERN_PRI_INHERIT 0 + /** * Dynamic memory allocation for processes. * $WIZ$ type = "boolean"