X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fkern%2Fproc.h;h=b270d4069d52ab43540aa9e46d80947978d20d07;hb=510870087483dcee61c7fe93abe7b4a37f2714f3;hp=cb35af5d484d18cdd0bfd90827afe20240aa0c35;hpb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index cb35af5d..b270d406 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -36,13 +36,15 @@ * \author Bernie Innocenti * * $WIZ$ module_name = "kernel" - * $WIZ$ module_configuration = "bertos/cfg/cfg_kern.h" + * $WIZ$ module_configuration = "bertos/cfg/cfg_proc.h" */ #ifndef KERN_PROC_H #define KERN_PROC_H -#include "cfg/cfg_kern.h" +#include "cfg/cfg_proc.h" +#include "cfg/cfg_monitor.h" + #include #if CONFIG_KERN_PREEMPT