X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Favr-kern%2Fcfg%2Fcfg_monitor.h;fp=examples%2Favr-kern%2Fcfg%2Fcfg_monitor.h;h=6391b4070e8d5ea659ff5594c1dbeb5b0a03222c;hb=1c675e3194ab2c54098866018f4856c736922553;hp=0000000000000000000000000000000000000000;hpb=31347cddceafb4e9775d9f51b268091409adee72;p=bertos.git diff --git a/examples/avr-kern/cfg/cfg_monitor.h b/examples/avr-kern/cfg/cfg_monitor.h new file mode 100644 index 00000000..6391b407 --- /dev/null +++ b/examples/avr-kern/cfg/cfg_monitor.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel monitor configuration parameters + * + * \version $Id$ + * \author Bernie Innocenti + */ + +#ifndef CFG_MONITOR_H +#define CFG_MONITOR_H + +/** + * Process monitor. + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_KERN_MONITOR 1 + +#endif /* CFG_MONITOR_H */