X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Fcfg%2Fcfg_proc.h;h=92c95a69e16a2047f322cb2c4bc00dcd16eee1e0;hb=5f4ad7298d1d8d411286e18ba23b201b57e653b2;hp=ab1a4680f354d2b3819e6b8091bc39476c26a68b;hpb=1ad9c44812fff13515605ba9511f89b4dc9e9da6;p=bertos.git diff --git a/boards/triface/benchmark/triface_context_switch/cfg/cfg_proc.h b/boards/triface/benchmark/triface_context_switch/cfg/cfg_proc.h index ab1a4680..92c95a69 100644 --- a/boards/triface/benchmark/triface_context_switch/cfg/cfg_proc.h +++ b/boards/triface/benchmark/triface_context_switch/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"