X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fmonitor.h;h=e2a4742ab4e030721ec9df585062117a7d08cf8b;hb=8f2036c05d9a8531400c1ab97dca9193e92187d3;hp=ec297b783f47be3864f1593bbaeb8cbde65363f2;hpb=f87964692a608f5dc71d84418f9ffa2b70d54368;p=bertos.git diff --git a/bertos/kern/monitor.h b/bertos/kern/monitor.h index ec297b78..e2a4742a 100644 --- a/bertos/kern/monitor.h +++ b/bertos/kern/monitor.h @@ -48,8 +48,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 +75,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 */