keil/include/components/internet/src/AIR780EDriver.c
@@ -25,12 +25,12 @@
 *******************************************************************************/
/* 串口相关 */
#define AIR780E_UART_TX_BUF_SIZE                              (100)                  /* 串口未使用DMA模式,不需要buff */
#define AIR780E_UART_RX_BUF_SIZE                              (1024 * 2 + 512)
#define AIR780E_UART_RX_BUF_SIZE                              (1024  + 512)
#define AIR780E_UART_TX_QUEUE_MEMBER_CNT                      16                   /* 串口未使用DMA模式,不需要 */
/* AT相关 */
#define AIR780E_AT_SEND_BUF_SIZE                              ((5 * 1024) + 512)         /* 发送的单条AT指令的最大长度 */
#define AIR780E_AT_RECV_BUF_SIZE                              ((5 * 1024) + 512)         /* 单挑AT指令 */
#define AIR780E_AT_SEND_BUF_SIZE                              (( 0*1024) + 512)         /* 发送的单条AT指令的最大长度 */
#define AIR780E_AT_RECV_BUF_SIZE                              (( 1024) + 512)         /* 单挑AT指令 */
/*******************************************************************************
 *                             Type Definition                                 *
@@ -568,7 +568,7 @@
//#ifdef _UWB_4G
//#else
//#endif
#ifdef _GPS_115200
#ifdef _4G_115200
void AIR780EUartInit(void)
{
 ST_UartInit stUartInit;