Update TencentOS_queue.h

_KERNEL_OS_FREERTOS_OS_QUEUE_H_ -> _KERNEL_OS_TENCENT_OS_QUEUE_H_
This commit is contained in:
David Lin
2021-03-04 17:57:36 +08:00
committed by GitHub
parent 81117fcab7
commit cb49bfb413

View File

@@ -1,11 +1,11 @@
/** /**
* @file freertos_queue.h * @file TencentOS_queue.h
* @author LightningSemi WLAN Team * @author LightningSemi WLAN Team
* Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved.
*/ */
#ifndef _KERNEL_OS_FREERTOS_OS_QUEUE_H_ #ifndef _KERNEL_OS_TENCENT_OS_QUEUE_H_
#define _KERNEL_OS_FREERTOS_OS_QUEUE_H_ #define _KERNEL_OS_TENCENT_OS_QUEUE_H_
#include "./TencentOS_Adapter/TencentOS_common.h" #include "./TencentOS_Adapter/TencentOS_common.h"