From 27fc91fbe8f88b6885356e68828cfe1ce1db7601 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期三, 28 二月 2024 09:53:13 +0800
Subject: [PATCH] 坐标

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

diff --git a/lib/src/main/cpp/master/comm_if.h b/lib/src/main/cpp/master/comm_if.h
index 8a13a4d..d2b9405 100644
--- a/lib/src/main/cpp/master/comm_if.h
+++ b/lib/src/main/cpp/master/comm_if.h
@@ -141,7 +141,7 @@
 void MA_SendGpsBrief(const struct gpsBrief *brief);
 void MA_SendRtkBrief(const struct rtkBrief *brief);
 void MA_SendCarPosition(const struct carBrief *brief);
-void MA_SendExamWrong(vector<ExamFault> &ExamFaultList);
+void MA_SendExamWrong(std::vector<ExamFault> &ExamFaultList);
 void MA_SendRtcmInd(int length);
 void MA_SendDebugInfo(const char *str, ...);
 void MA_EnterMap(int map_id, int type, int enter);

--
Gitblit v1.8.0