From c57ef1d82238749f45a0aae6dd8857560a59f0e7 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 4 Mar 2021 17:55:15 +0800 Subject: [PATCH] Update TencentOS_errno.h _KERNEL_OS_FREERTOS_OS_ERRNO_H_ -> _KERNEL_OS_TENCENT_OS_ERRNO_H_ --- .../include/kernel/TencentOS_Adapter/TencentOS_errno.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_errno.h b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_errno.h index 6d73b8cf..d90a06a7 100644 --- a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_errno.h +++ b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_errno.h @@ -1,11 +1,11 @@ /** - * @file freertos_errno.h + * @file TencentOS_errno.h * @author LightningSemi WLAN Team * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. */ -#ifndef _KERNEL_OS_FREERTOS_OS_ERRNO_H_ -#define _KERNEL_OS_FREERTOS_OS_ERRNO_H_ +#ifndef _KERNEL_OS_TENCENT_OS_ERRNO_H_ +#define _KERNEL_OS_TENCENT_OS_ERRNO_H_ #include "./TencentOS/adapter_common.h" @@ -39,4 +39,4 @@ static __always_inline void OS_SetErrno(int err) } #endif -#endif /* _KERNEL_OS_FREERTOS_OS_ERRNO_H_ */ +#endif /* _KERNEL_OS_TENCENT_OS_ERRNO_H_ */