X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fcfg%2Fcfg_proc.h;h=1ecf63eb2dabce41dbe510c5e101f71e114a04d6;hb=eaffdbf7352b2001eae26175209167930177dec1;hp=67fd4f68aa15986a2463d0e4f3bd444351bed65d;hpb=f20fc356270e0e09672f272b923867b7e9e87de7;p=bertos.git diff --git a/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_proc.h b/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_proc.h index 67fd4f68..1ecf63eb 100644 --- a/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_proc.h +++ b/boards/sam3n-ek/examples/sam3n-ek_display/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"