X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Fcfg%2Fcfg_proc.h;h=92c95a69e16a2047f322cb2c4bc00dcd16eee1e0;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=ab1a4680f354d2b3819e6b8091bc39476c26a68b;hpb=a9694caa1505e6387d8976437d38b330499e18dc;p=bertos.git diff --git a/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_proc.h b/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_proc.h index ab1a4680..92c95a69 100644 --- a/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_proc.h +++ b/boards/arduino/benchmark/arduino_kernel_footprint/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"