X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=kern%2Fmonitor.h;h=b6f4151e27962163ead813b3dbfc42d9a7da6183;hb=fa993b28dec1e2c29e543c2537d13a56e2ce996c;hp=95bbb6db9a752f18a7b11df8ad5f98b9a3a0f925;hpb=efbdba7e2814415234ef47bd10ff888559ea90af;p=bertos.git diff --git a/kern/monitor.h b/kern/monitor.h index 95bbb6db..b6f4151e 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);