/** * \file * * * \brief Kernel monitor configuration parameters * * \author Bernie Innocenti */ #ifndef CFG_MONITOR_H #define CFG_MONITOR_H /** * Process monitor. * $WIZ$ type = "autoenabled" */ #define CONFIG_KERN_MONITOR 0 #endif /* CFG_MONITOR_H */