From 91534e59ac99449404bc9ad96696662044dd0afc Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期五, 10 一月 2020 17:04:04 +0800
Subject: [PATCH] s

---
 lib/src/main/cpp/rtk_platform/platform.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/rtk_platform/platform.h b/lib/src/main/cpp/rtk_platform/platform.h
index 2175133..4008293 100644
--- a/lib/src/main/cpp/rtk_platform/platform.h
+++ b/lib/src/main/cpp/rtk_platform/platform.h
@@ -5,6 +5,8 @@
 #ifndef RTKDRIVERTEST_PLATFORM_H
 #define RTKDRIVERTEST_PLATFORM_H
 
+#include "../rtk_module/rtk.h"
+
 #define PLATFORM_CONNECT_EVT                         0x0001
 #define PLATFORM_DISCONNECT_EVT                      0x0002
 #define PLATFORM_REGISTER_EVT                        0x0004
@@ -35,8 +37,7 @@
 void DeviceLoginCallback(uint8_t res);
 void ReceivedRtk(const uint8_t *data, int length);
 
-void RequestRtkDownload(uint32_t latitude, uint32_t longitude, uint16_t altitude,
-                        const uint8_t *bcd_time, uint16_t rtk_pkt_interval);
+void RequestRtkDownload(const gpsStatus_t *gps, uint16_t rtk_pkt_interval);
 void StopRtkDownload(void);
 
 #endif //RTKDRIVERTEST_PLATFORM_H

--
Gitblit v1.8.0