From cac3d43ed83fb60fcf614de2512875ba3d3964dd Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Thu, 1 Aug 2024 09:06:49 +0800 Subject: [PATCH] Fix a typo in include/nuttx/arch.h Function name should be `up_debugpoint_add`, not `up_debugpoint`. Signed-off-by: Huang Qi --- include/nuttx/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/arch.h b/include/nuttx/arch.h index 4c619b399f1..99eb6d2ef8f 100644 --- a/include/nuttx/arch.h +++ b/include/nuttx/arch.h @@ -2973,7 +2973,7 @@ bool up_fpucmp(FAR const void *saveregs1, FAR const void *saveregs2); #ifdef CONFIG_ARCH_HAVE_DEBUG /**************************************************************************** - * Name: up_debugpoint + * Name: up_debugpoint_add * * Description: * Add a debugpoint.