lib/src/main/cpp/rtk_platform/platform.cpp
@@ -279,7 +279,6 @@ MA_RtkPlatformLogin(data[0]); } if (events & GPS_UPDATE_EVT) { DEBUG("GPS_UPDATE_EVT"); const gpsStatus_t *gps = (gpsStatus_t *)data; struct gpsBrief brief; @@ -295,7 +294,6 @@ RequestRtkDownload(gps, 1); } if (events & RTK_UPDATE_EVT) { DEBUG("RTK_UPDATE_EVT"); const rtk_info *rtk = (rtk_info *)data; struct rtkBrief brief; @@ -465,6 +463,8 @@ void ReceivedRtk(const uint8_t *data, int length) { DEBUG("ReceivedRtk length %d", length); AppTimer_delete(RequestRtkNoResp); // 汇报给单片机 if (length > 0) {