From 207d563b2449820d173e6267f2e26034eda946fc Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 4 Mar 2021 17:59:48 +0800 Subject: [PATCH] Update TencentOS_thread.h _KERNEL_OS_FREERTOS_OS_THREAD_H_ -> _KERNEL_OS_TENCENT_OS_THREAD_H_ --- .../include/kernel/TencentOS_Adapter/TencentOS_thread.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_thread.h b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_thread.h index 29e5e563..cf5a07c5 100644 --- a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_thread.h +++ b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_thread.h @@ -1,11 +1,11 @@ /** - * @file freertos_thread.h + * @file TencentOS_thread.h * @author LightningSemi WLAN Team * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. */ -#ifndef _KERNEL_OS_FREERTOS_OS_THREAD_H_ -#define _KERNEL_OS_FREERTOS_OS_THREAD_H_ +#ifndef _KERNEL_OS_TENCENT_OS_THREAD_H_ +#define _KERNEL_OS_TENCENT_OS_THREAD_H_ #include "./TencentOS_Adapter/TencentOS_common.h" #include "./TencentOS_Adapter/TencentOS_time.h" @@ -74,4 +74,4 @@ static __always_inline int OS_ThreadIsSchedulerRunning(void) } #endif -#endif /* _KERNEL_OS_FREERTOS_OS_THREAD_H_ */ +#endif /* _KERNEL_OS_TENCENT_OS_THREAD_H_ */