forked from nuttx/nuttx-update
tools/nxstyle: add Segger RTT prototype name into white list
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
9bd83854f3
commit
7dfa768552
1 changed files with 6 additions and 0 deletions
|
@ -275,6 +275,12 @@ static const char *g_white_list[] =
|
||||||
"StackBase",
|
"StackBase",
|
||||||
"StackSize",
|
"StackSize",
|
||||||
|
|
||||||
|
/* Ref:
|
||||||
|
* drivers/segger/syslog_rtt.c
|
||||||
|
*/
|
||||||
|
|
||||||
|
"SEGGER_RTT",
|
||||||
|
|
||||||
/* Ref:
|
/* Ref:
|
||||||
* fs/nfs/rpc.h
|
* fs/nfs/rpc.h
|
||||||
* fs/nfs/nfs_proto.h
|
* fs/nfs/nfs_proto.h
|
||||||
|
|
Loading…
Reference in a new issue