X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_context_switch%2Fcfg%2Fcfg_proc.h;h=92c95a69e16a2047f322cb2c4bc00dcd16eee1e0;hb=976d522209efc4c11a019ae6b34657b6b3f59ba0;hp=ab1a4680f354d2b3819e6b8091bc39476c26a68b;hpb=1ebcf9b89595826a5c158ae6a68d4c2407b1dd52;p=bertos.git 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"