Merge pull request #208 from DavidLin1577/patch-6

Update bc26.h
This commit is contained in:
Supowang
2020-07-31 16:41:15 +08:00
committed by GitHub

View File

@@ -1,19 +1,25 @@
/********************************************************************************* /*----------------------------------------------------------------------------
* Copyright (c) 2016 - 2020,Tencent * Tencent is pleased to support the open source community by making TencentOS
* All rights reserved. * available.
* *
* File Name: bc26.h * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
* If you have downloaded a copy of the TencentOS binary from Tencent, please
* note that the TencentOS binary is licensed under the BSD 3-Clause License.
* *
* Description: net api based on at cmd for bc26 * If you have downloaded a copy of the TencentOS source code from Tencent,
* Desc: ORG. * please note that TencentOS source code is licensed under the BSD 3-Clause
********************************************************************************/ * License, except for the third-party components listed below which are
* subject to different license terms. Your integration of TencentOS into your
* own projects may require compliance with the BSD 3-Clause License, as well
* as the other licenses applicable to the third-party components included
* within TencentOS.
*---------------------------------------------------------------------------*/
#ifndef __BC26_H_ #ifndef __BC26_H__
#define __BC26_H_ #define __BC26_H__
#include "tos_at.h" #include "tos_at.h"
int bc26_sal_init(hal_uart_port_t uart_port); int bc26_sal_init(hal_uart_port_t uart_port);
#endif #endif /* __BC26_H__ */