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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"