Update TencentOS_mutex.h

_KERNEL_OS_FREERTOS_OS_MUTEX_H_ -> _KERNEL_OS_TENCENT_OS_MUTEX_H_
This commit is contained in:
David Lin
2021-03-04 17:56:46 +08:00
committed by GitHub
parent c57ef1d822
commit 81117fcab7

View File

@@ -1,11 +1,11 @@
/** /**
* @file freertos_mutex.h * @file TencentOS_mutex.h
* @author LightningSemi WLAN Team * @author LightningSemi WLAN Team
* Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved.
*/ */
#ifndef _KERNEL_OS_FREERTOS_OS_MUTEX_H_ #ifndef _KERNEL_OS_TENCENT_OS_MUTEX_H_
#define _KERNEL_OS_FREERTOS_OS_MUTEX_H_ #define _KERNEL_OS_TENCENT_OS_MUTEX_H_
#include "./TencentOS_Adapter/TencentOS_common.h" #include "./TencentOS_Adapter/TencentOS_common.h"
#include "./TencentOS_Adapter/TencentOS_time.h" #include "./TencentOS_Adapter/TencentOS_time.h"
@@ -61,4 +61,4 @@ static __always_inline void OS_MutexSetInvalid(OS_Mutex_t *mutex)
} }
#endif #endif
#endif /* _KERNEL_OS_FREERTOS_OS_MUTEX_H_ */ #endif /* _KERNEL_OS_TENCENT_OS_MUTEX_H_ */