fix: los_trace.h接口注释错误修正
1. LOS_TraceStop接口的功能描述应该是stop close: #I4CYPZ Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: Iee0cf43f6e5ee8e544e233c0c307725c5bfebdcf
This commit is contained in:
parent
fd4b97e3f8
commit
6d249618ae
|
@ -496,13 +496,13 @@ extern UINT32 LOS_TraceStart(VOID);
|
|||
|
||||
/**
|
||||
* @ingroup los_trace
|
||||
* @brief Stop trace sample.
|
||||
* @brief Stop trace.
|
||||
*
|
||||
* @par Description:
|
||||
* This API is used to start trace sample.
|
||||
* This API is used to stop trace.
|
||||
* @attention
|
||||
* <ul>
|
||||
* <li>Stop trace sample</li>
|
||||
* <li>Stop trace</li>
|
||||
* </ul>
|
||||
*
|
||||
* @param None.
|
||||
|
|
Loading…
Reference in New Issue