fix: 优化trace buffer初始化,删除swtmr 桩中的无效参数

close #I4DPR7

Signed-off-by: LiteOS2021 <dinglu@huawei.com>
This commit is contained in:
LiteOS2021
2021-10-13 16:00:30 +08:00
parent badf1e9557
commit afbc9a593b
7 changed files with 18 additions and 52 deletions
-7
View File
@@ -44,13 +44,6 @@ UINT32 OsTraceGetMaskTid(UINT32 taskId)
return taskId;
}
UINT32 OsTraceBufInit(VOID *buf, UINT32 size)
{
(VOID)buf;
(VOID)size;
return LOS_OK;
}
VOID OsTraceSendHead(VOID)
{
TraceBaseHeaderInfo head = {