Files
TencentOS-tiny/devices/bc26/bc26.h
supowang edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00

20 lines
484 B
C

/*********************************************************************************
* Copyright (c) 2016 - 2020,Tencent
* All rights reserved.
*
* File Name: bc26.h
*
* Description: net api based on at cmd for bc26
* Desc: ORG.
********************************************************************************/
#ifndef __BC26_H_
#define __BC26_H_
#include "tos_at.h"
int bc26_sal_init(hal_uart_port_t uart_port);
#endif