Update bc26.h

This commit is contained in:
David Lin
2020-07-30 19:04:33 +08:00
committed by GitHub
parent cd956500ab
commit 9807bf4664

View File

@@ -1,19 +1,25 @@
/*********************************************************************************
* Copyright (c) 2016 - 2020,Tencent
* All rights reserved.
/*----------------------------------------------------------------------------
* Tencent is pleased to support the open source community by making TencentOS
* 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
* Desc: ORG.
********************************************************************************/
* If you have downloaded a copy of the TencentOS source code from Tencent,
* 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_
#define __BC26_H_
#ifndef __BC26_H__
#define __BC26_H__
#include "tos_at.h"
int bc26_sal_init(hal_uart_port_t uart_port);
#endif
#endif /* __BC26_H__ */