X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fmonitor.h;h=a414d87b05ef2bd36ebe520ce50510799799ada8;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=ec297b783f47be3864f1593bbaeb8cbde65363f2;hpb=f87964692a608f5dc71d84418f9ffa2b70d54368;p=bertos.git diff --git a/bertos/kern/monitor.h b/bertos/kern/monitor.h index ec297b78..a414d87b 100644 --- a/bertos/kern/monitor.h +++ b/bertos/kern/monitor.h @@ -32,7 +32,6 @@ * * \brief Monitor to check for stack overflows * - * \version $Id$ * * \author Giovanni Bajo * @@ -48,8 +47,6 @@ #include -#if CONFIG_KERN_MONITOR - /** * Start the kernel monitor. It is a special process which checks every second the stacks of the * running processes trying to detect stack overflows. @@ -77,6 +74,4 @@ size_t monitor_checkStack(cpu_stack_t *stack_base, size_t stack_size); /** Print a report of the stack status through kdebug */ void monitor_report(void); - -#endif /* CONFIG_KERN_MONITOR */ #endif /* KERN_MONITOR_H */