X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Farduino_context_switch%2Fcfg%2Fcfg_proc.h;h=ec158d3c01e39643f2e11e3b47b76b4bf816c011;hb=4ebdef5139702ec6f8d01243bad97bd6c71f5792;hp=ef228257dc05f828e68b318a789b514bcf593adc;hpb=a76aedd0eb7994a7b2658a42ba45f22643118561;p=bertos.git diff --git a/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_proc.h b/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_proc.h index ef228257..ec158d3c 100644 --- a/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_proc.h +++ b/boards/arduino/benchmark/arduino_context_switch/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"