From aef1984ccc48e81ab238d889327f85867ca0a973 Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期三, 25 三月 2020 22:51:59 +0800 Subject: [PATCH] 修改加减挡操作. --- lib/src/main/cpp/test_items2/road_exam.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/test_items2/road_exam.cpp b/lib/src/main/cpp/test_items2/road_exam.cpp index 6c9e1a6..e48b855 100644 --- a/lib/src/main/cpp/test_items2/road_exam.cpp +++ b/lib/src/main/cpp/test_items2/road_exam.cpp @@ -518,7 +518,7 @@ } else if (RoadMapList[currExamMapIndex].type == STOP_CAR_MAP) { StartStopCarExam(currExamMapIndex, RoadMapList); } else if (RoadMapList[currExamMapIndex].type == OP_GEAER_MAP) { - StartOperateGearExam(currExamMapIndex, RoadMapList); + StartOperateGearExam(currExamMapIndex, RoadMapList, rtkTime); } } } else if (startCar == START_CAR_DONE) { -- Gitblit v1.8.0