From e6d6b7778b0fc51908e7bf9d2eacec84ffc14aff Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期三, 28 四月 2021 22:18:59 +0800
Subject: [PATCH] 路口提示提前距离由70改为60

---
 lib/src/main/cpp/test_items2/dummy_light.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/src/main/cpp/test_items2/dummy_light.cpp b/lib/src/main/cpp/test_items2/dummy_light.cpp
index 9697856..57ec59c 100644
--- a/lib/src/main/cpp/test_items2/dummy_light.cpp
+++ b/lib/src/main/cpp/test_items2/dummy_light.cpp
@@ -26,7 +26,7 @@
 
 void StartDummyLightExam(struct dummy_light_exam *ptr, int num, const struct RtkTime* rtkTime)
 {
-    DEBUG("StartDummyLightExam");
+    DEBUG("StartDummyLightExam 椤圭洰鏁伴噺 %d", num);
     content = ptr;
     contentNum = num;
     question = 0;
@@ -49,6 +49,7 @@
         AppTimer_delete(CheckSolution);
         ExamDummyLight();
     } else {
+        DEBUG("鏃犵伅鍏夎�冭瘯鍐呭");
         testing = false;
     }
 }

--
Gitblit v1.8.0