From 20c27eaa463fff1379dd4514adc28a4a949c0348 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 4 Mar 2021 18:00:37 +0800 Subject: [PATCH] Update TencentOS_time.h _KERNEL_OS_FREERTOS_OS_TIME_H_ -> _KERNEL_OS_TENCENT_OS_TIME_H_ --- .../include/kernel/TencentOS_Adapter/TencentOS_time.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_time.h b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_time.h index 56033355..cbeb6be4 100644 --- a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_time.h +++ b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_time.h @@ -1,11 +1,11 @@ /** - * @file freertos_time.h + * @file TencentOS_time.h * @author LightningSemi WLAN Team * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. */ -#ifndef _KERNEL_OS_FREERTOS_OS_TIME_H_ -#define _KERNEL_OS_FREERTOS_OS_TIME_H_ +#ifndef _KERNEL_OS_TENCENT_OS_TIME_H_ +#define _KERNEL_OS_TENCENT_OS_TIME_H_ #include "./TencentOS_Adapter/TencentOS_common.h" #include "tos_k.h" @@ -77,4 +77,4 @@ static __always_inline TickType_t OS_CalcWaitTicks(OS_Time_t msec) } #endif -#endif /* _KERNEL_OS_FREERTOS_OS_TIME_H_ */ +#endif /* _KERNEL_OS_TENCENT_OS_TIME_H_ */