From 8e7d369e87f4203912d116215ee94e68afa67b62 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期三, 08 一月 2020 15:28:09 +0800
Subject: [PATCH] 实现rtk平台基础配置

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

diff --git a/lib/src/main/cpp/master/comm_if.h b/lib/src/main/cpp/master/comm_if.h
index 3755666..8286f14 100644
--- a/lib/src/main/cpp/master/comm_if.h
+++ b/lib/src/main/cpp/master/comm_if.h
@@ -14,5 +14,7 @@
 void MA_RtkPlatformConnect(int conn, const char *ip, int port);
 void MA_RtkPlatformRegister(int reg, const uint8_t *pwd, int length);
 void MA_RtkPlatformLogin(int login);
+void MA_ReadMap(void);
+void MA_ReadCar(void);
 
 #endif //MYAPPLICATION2_COMM_IF_H

--
Gitblit v1.8.0