X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Ftemplates%2Ftriface_kernel%2Fcfg%2Fcfg_proc.h;h=fa9bcc9b0b5e6d69655c7393b1e916465db337d4;hb=b8aad68994965f65bcad8511c77fa632fe652acf;hp=7e64c498702a9c255a0b23ba9daa0c661ae03aef;hpb=9353ba417f0b0f2b12d8aca1c72fb0bb6e4e85ca;p=bertos.git diff --git a/boards/triface/templates/triface_kernel/cfg/cfg_proc.h b/boards/triface/templates/triface_kernel/cfg/cfg_proc.h index 7e64c498..fa9bcc9b 100644 --- a/boards/triface/templates/triface_kernel/cfg/cfg_proc.h +++ b/boards/triface/templates/triface_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"