X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_proc.h;h=fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3;hb=e380431860a0d4e90b0b06aa628099637a572101;hp=4a1deb294ddceff18bbe03e792d49883e09c80ca;hpb=bf7b83a7ba537d9cc4ead0fa5e3c68648bff7597;p=bertos.git diff --git a/boards/triface/examples/triface/cfg/cfg_proc.h b/boards/triface/examples/triface/cfg/cfg_proc.h index 4a1deb29..fca6edef 100644 --- a/boards/triface/examples/triface/cfg/cfg_proc.h +++ b/boards/triface/examples/triface/cfg/cfg_proc.h @@ -32,7 +32,6 @@ * * \brief Kernel configuration parameters * - * \version $Id$ * \author Bernie Innocenti */ @@ -75,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"