From edc694498e7ca9a0475bbf5576729aedfc88d3f0 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期一, 13 一月 2020 14:04:50 +0800 Subject: [PATCH] s --- lib/src/main/cpp/rtk_platform/platform.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/main/cpp/rtk_platform/platform.cpp b/lib/src/main/cpp/rtk_platform/platform.cpp index 9658a15..6869143 100644 --- a/lib/src/main/cpp/rtk_platform/platform.cpp +++ b/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) { -- Gitblit v1.8.0