未验证 提交 ec4ec6f3 编写于 作者: D David Lin 提交者: GitHub

Mini optimized the TencentOS_common.h

_KERNEL_OS_FREERTOS_OS_COMMON_H_ -> _KERNEL_OS_TENCENT_OS_COMMON_H_
上级 d45b8d7a
/**
* @file freertos_common.h
* @file TencentOS_common.h
* @author LightningSemi WLAN Team
* Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved.
*/
#ifndef _KERNEL_OS_FREERTOS_OS_COMMON_H_
#define _KERNEL_OS_FREERTOS_OS_COMMON_H_
#ifndef _KERNEL_OS_TENCENT_OS_COMMON_H_
#define _KERNEL_OS_TENCENT_OS_COMMON_H_
#include <stdint.h>
//#include "compiler.h"
......@@ -74,6 +74,6 @@ void os_heap_mem_add_pool(void);
}
#endif
#endif /* _KERNEL_OS_FREERTOS_OS_COMMON_H_ */
#endif /* _KERNEL_OS_TENCENT_OS_COMMON_H_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册