X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2Fcfg%2Fcfg_proc.h;h=fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3;hb=abcfb6ac638e2045e39abaedce3de6dd7aa9b3ef;hp=3c9439fb0b002097067e74d87e98ffb16ea57e89;hpb=062ab1d19f9bcd58d7fd9a112c94b4d8a028954e;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_proc.h b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_proc.h index 3c9439fb..fca6edef 100644 --- a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_proc.h +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/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"