X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Ftemplates%2Ftriface_empty%2Fcfg%2Fcfg_proc.h;h=19aa198f2d52ff94fe5c4a106af506923eda2132;hb=5f4ad7298d1d8d411286e18ba23b201b57e653b2;hp=52b4e414a8a53ad1ef61a024a218e27fd3ea8e1f;hpb=3ac97736a732a8ee9ded79a365f19bb70181ea7d;p=bertos.git diff --git a/boards/triface/templates/triface_empty/cfg/cfg_proc.h b/boards/triface/templates/triface_empty/cfg/cfg_proc.h index 52b4e414..19aa198f 100644 --- a/boards/triface/templates/triface_empty/cfg/cfg_proc.h +++ b/boards/triface/templates/triface_empty/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"