From 026e1750503ec74bbe181bce3ece9931c244e367 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 03 二月 2021 09:23:31 +0800 Subject: [PATCH] 适配模拟灯光。 --- lib/src/main/cpp/test_items2/road_exam.cpp | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/src/main/cpp/test_items2/road_exam.cpp b/lib/src/main/cpp/test_items2/road_exam.cpp index 166cbc3..c946ecc 100644 --- a/lib/src/main/cpp/test_items2/road_exam.cpp +++ b/lib/src/main/cpp/test_items2/road_exam.cpp @@ -19,6 +19,7 @@ #include "car_start.h" #include "overtake.h" #include "change_lane.h" +#include "prepare.h" #include <cmath> #include <vector> @@ -202,9 +203,7 @@ void TerminateRoadExam(void) { TerminateDummyLightExam(); -// TerminateStopCarExam(); -// TerminateOperateGearExam(); -// TerminateDriveStraightExam(); + TerminatePrepare(); } /********************************************************************* -- Gitblit v1.8.0