X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_tcp_server%2Fcfg%2Fcfg_proc.h;h=785fe736a4d9f9f071ab4929eaa99dec0fcbc463;hb=3a982dd4047b2cfe48c339d225813b95883ed19c;hp=4c55c795d6ee10aa5f7ab617ca231724a31d12ef;hpb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_proc.h b/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_proc.h index 4c55c795..785fe736 100644 --- a/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_proc.h +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/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"