X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Ftemplates%2Farduino_kernel%2Fcfg%2Fcfg_proc.h;h=35ad5fe2b4bf7ab77dff4e387a34072ade15d7e8;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=e779ebe46a99a5c73cd0289ee92f4053a5e9e320;hpb=c6e4a2a7324033d4c9cf378297631fb7d4af81d0;p=bertos.git diff --git a/boards/arduino/templates/arduino_kernel/cfg/cfg_proc.h b/boards/arduino/templates/arduino_kernel/cfg/cfg_proc.h index e779ebe4..35ad5fe2 100644 --- a/boards/arduino/templates/arduino_kernel/cfg/cfg_proc.h +++ b/boards/arduino/templates/arduino_kernel/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"