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:
parent
6ea3bc1217
commit
cac3d43ed8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue