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

Update TencentOS_semaphore.h

_KERNEL_OS_FREERTOS_OS_SEMAPHORE_H_ -> _KERNEL_OS_TENCENT_OS_SEMAPHORE_H_
上级 918f84b3
/**
* @file freertos_semaphore.h
* @file TencentOS_semaphore.h
* @author LightningSemi WLAN Team
* Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved.
*/
#ifndef _KERNEL_OS_FREERTOS_OS_SEMAPHORE_H_
#define _KERNEL_OS_FREERTOS_OS_SEMAPHORE_H_
#ifndef _KERNEL_OS_TENCENT_OS_SEMAPHORE_H_
#define _KERNEL_OS_TENCENT_OS_SEMAPHORE_H_
#include "./TencentOS_Adapter/TencentOS_common.h"
#include "tos_k.h"
......@@ -42,4 +42,4 @@ static __always_inline void OS_SemaphoreSetInvalid(OS_Semaphore_t *sem)
}
#endif
#endif /* _KERNEL_OS_FREERTOS_OS_SEMAPHORE_H_ */
#endif /* _KERNEL_OS_TENCENT_OS_SEMAPHORE_H_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册