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
@ -2973,7 +2973,7 @@ bool up_fpucmp(FAR const void *saveregs1, FAR const void *saveregs2);
|
|||||||
#ifdef CONFIG_ARCH_HAVE_DEBUG
|
#ifdef CONFIG_ARCH_HAVE_DEBUG
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: up_debugpoint
|
* Name: up_debugpoint_add
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Add a debugpoint.
|
* Add a debugpoint.
|
||||||
|
Loading…
Reference in New Issue
Block a user