From 4581cc42ba485366603ca8e3f61183f6a50ad72f Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期五, 21 二月 2020 17:18:30 +0800
Subject: [PATCH] GPS信息合并到RTK中,以RTK包,发送

---
 lib/src/main/cpp/master/comm_if.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/src/main/cpp/master/comm_if.h b/lib/src/main/cpp/master/comm_if.h
index 24012d9..0c5da32 100644
--- a/lib/src/main/cpp/master/comm_if.h
+++ b/lib/src/main/cpp/master/comm_if.h
@@ -93,5 +93,6 @@
 void MA_SendExamWrong(vector<ExamFault> &ExamFaultList);
 void MA_SendRtcmInd(int length);
 void MA_SendDebugInfo(const char *str, ...);
+void MA_EnterMap(int map_id, int enter);
 
 #endif //MYAPPLICATION2_COMM_IF_H

--
Gitblit v1.8.0