From a85b698e84cdff9ffd1bd672b687d8b6c2a0056f Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 18 Feb 2008 15:19:38 +0000 Subject: [PATCH] Help Doxygen identify a cpp macro. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1121 38d2e660-2303-0410-9eaa-f027e97ec537 --- kern/monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1