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