From cb49bfb4131e400b6cfb3f01534e88e5ded62e73 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 4 Mar 2021 17:57:36 +0800 Subject: [PATCH] Update TencentOS_queue.h _KERNEL_OS_FREERTOS_OS_QUEUE_H_ -> _KERNEL_OS_TENCENT_OS_QUEUE_H_ --- .../include/kernel/TencentOS_Adapter/TencentOS_queue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_queue.h b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_queue.h index df21541a..ae67f23c 100644 --- a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_queue.h +++ b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_queue.h @@ -1,11 +1,11 @@ /** - * @file freertos_queue.h + * @file TencentOS_queue.h * @author LightningSemi WLAN Team * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. */ -#ifndef _KERNEL_OS_FREERTOS_OS_QUEUE_H_ -#define _KERNEL_OS_FREERTOS_OS_QUEUE_H_ +#ifndef _KERNEL_OS_TENCENT_OS_QUEUE_H_ +#define _KERNEL_OS_TENCENT_OS_QUEUE_H_ #include "./TencentOS_Adapter/TencentOS_common.h"