TCB结构体扩展宏添加分号

Signed-off-by: fangye <fangye@talkweb.com.cn>
Change-Id: Ic31310a1da1842adb1b19a0afb1448aa0f4720ef
This commit is contained in:
fangye
2022-06-10 15:39:19 +08:00
parent def41f8edd
commit 128c3dffb5
3 changed files with 5 additions and 5 deletions

View File

@@ -638,10 +638,8 @@ extern UINT8 *m_aucSysMem0;
/**
* @ingroup los_config
* Task extension field additional functions, such as IAR TLS.
* Please Use the LOSCFG_TASK_STRUCT_EXTENSION macro to define your task extended fields in target_config.h
*/
#ifndef LOSCFG_TASK_STRUCT_EXTENSION
#define LOSCFG_TASK_STRUCT_EXTENSION
#endif
#ifndef LOSCFG_TASK_CREATE_EXTENSION_HOOK
#define LOSCFG_TASK_CREATE_EXTENSION_HOOK(taskCB)
#endif