This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit cac3d43ed83fb60fcf614de2512875ba3d3964dd Author: Huang Qi <[email protected]> AuthorDate: Thu Aug 1 09:06:49 2024 +0800 Fix a typo in include/nuttx/arch.h Function name should be `up_debugpoint_add`, not `up_debugpoint`. Signed-off-by: Huang Qi <[email protected]> --- 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 4c619b399f..99eb6d2ef8 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.
