Fix a typo in include/nuttx/arch.h

Function name should be `up_debugpoint_add`,
not `up_debugpoint`.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-08-01 09:06:49 +08:00 committed by Xiang Xiao
parent 6ea3bc1217
commit cac3d43ed8

View file

@ -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.