keil/include/src/NTRIPApp.c
@@ -16,6 +16,7 @@ #include "string.h" #include "global_param.h" #include "Module.h" #include "DBG.h" #define CONNECT_RETRY_CNT 3 #define CONNECT_RETRY_INTERVAL 30 @@ -128,9 +129,12 @@ { l_u32RetryCnt = 0; if(Uart_Send(UART_ID_GPS, _pu8Data, _u32Len) != HIDO_OK) if(DBG_GetMode() == DBG_MODE_GPS) { HIDO_Debug("RTK Data Send Error\r\n"); if(Uart_Send(UART_ID_DBG_GPS, _pu8Data, _u32Len) != HIDO_OK) { HIDO_Debug("RTK Data Send Error\r\n"); } } HIDO_Debug("%uB RTK Data Sent\r\n", _u32Len);