/********************************************************************************* * 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