X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_proc.h;fp=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_proc.h;h=fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3;hb=9353ba417f0b0f2b12d8aca1c72fb0bb6e4e85ca;hp=3c9439fb0b002097067e74d87e98ffb16ea57e89;hpb=9fd3c727a7978547a583868f0bf9689d6dffc542;p=bertos.git diff --git a/boards/triface/examples/triface/cfg/cfg_proc.h b/boards/triface/examples/triface/cfg/cfg_proc.h index 3c9439fb..fca6edef 100644 --- a/boards/triface/examples/triface/cfg/cfg_proc.h +++ b/boards/triface/examples/triface/cfg/cfg_proc.h @@ -74,6 +74,12 @@ */ #define CONFIG_KERN_PRI 0 +/** + * Priority-inheritance protocol. + * $WIZ$ type = "boolean" + */ +#define CONFIG_KERN_PRI_INHERIT 0 + /** * Dynamic memory allocation for processes. * $WIZ$ type = "boolean"