X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_context_switch%2Fcfg%2Fcfg_proc.h;h=92c95a69e16a2047f322cb2c4bc00dcd16eee1e0;hp=ab1a4680f354d2b3819e6b8091bc39476c26a68b;hb=976d522209efc4c11a019ae6b34657b6b3f59ba0;hpb=d98ef779240b3c49d9313e770048b262c4f8daa3 diff --git a/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_proc.h b/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_proc.h index ab1a4680..92c95a69 100644 --- a/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_proc.h +++ b/boards/stm32-p103/benchmark/stm32-p103_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"