From 6d249618aecc216388f9b1a2b48fe0ac6dd19ff2 Mon Sep 17 00:00:00 2001 From: arvinzzz Date: Tue, 12 Oct 2021 10:30:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20los=5Ftrace.h=E6=8E=A5=E5=8F=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. LOS_TraceStop接口的功能描述应该是stop close: #I4CYPZ Signed-off-by: arvinzzz Change-Id: Iee0cf43f6e5ee8e544e233c0c307725c5bfebdcf --- kernel/include/los_trace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/include/los_trace.h b/kernel/include/los_trace.h index f5376c75..f234c1cb 100644 --- a/kernel/include/los_trace.h +++ b/kernel/include/los_trace.h @@ -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 * * * @param None. -- GitLab