From 81117fcab7626487bd6dd2389417567c7b6cff61 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 4 Mar 2021 17:56:46 +0800 Subject: [PATCH] Update TencentOS_mutex.h _KERNEL_OS_FREERTOS_OS_MUTEX_H_ -> _KERNEL_OS_TENCENT_OS_MUTEX_H_ --- .../include/kernel/TencentOS_Adapter/TencentOS_mutex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_mutex.h b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_mutex.h index 5a7b2631..feac6593 100644 --- a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_mutex.h +++ b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_mutex.h @@ -1,11 +1,11 @@ /** - * @file freertos_mutex.h + * @file TencentOS_mutex.h * @author LightningSemi WLAN Team * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. */ -#ifndef _KERNEL_OS_FREERTOS_OS_MUTEX_H_ -#define _KERNEL_OS_FREERTOS_OS_MUTEX_H_ +#ifndef _KERNEL_OS_TENCENT_OS_MUTEX_H_ +#define _KERNEL_OS_TENCENT_OS_MUTEX_H_ #include "./TencentOS_Adapter/TencentOS_common.h" #include "./TencentOS_Adapter/TencentOS_time.h" @@ -61,4 +61,4 @@ static __always_inline void OS_MutexSetInvalid(OS_Mutex_t *mutex) } #endif -#endif /* _KERNEL_OS_FREERTOS_OS_MUTEX_H_ */ +#endif /* _KERNEL_OS_TENCENT_OS_MUTEX_H_ */