X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmonitor.h;h=95bbb6db9a752f18a7b11df8ad5f98b9a3a0f925;hb=faf2f6bfd5933ff75e6cc01e3d48f9277f731d8f;hp=b6f4151e27962163ead813b3dbfc42d9a7da6183;hpb=a85b698e84cdff9ffd1bd672b687d8b6c2a0056f;p=bertos.git diff --git a/kern/monitor.h b/kern/monitor.h index b6f4151e..95bbb6db 100644 --- a/kern/monitor.h +++ b/kern/monitor.h @@ -64,7 +64,7 @@ void monitor_start(size_t stacksize, cpustack_t *stack); * the interrupt supervisor stack). * * \note For this function to work, the stack must have been filled at startup with - * #CONFIG_KERN_STACKFILLCODE. + * CONFIG_KERN_STACKFILLCODE. */ size_t monitor_checkStack(cpustack_t *stack_base, size_t stack_size);