From b1dfc31dd12a3b23d76a9e022d3b361bdb5f2638 Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期二, 09 二月 2021 09:20:58 +0800
Subject: [PATCH] 停车延迟。

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

diff --git a/lib/src/main/cpp/driver_test.cpp b/lib/src/main/cpp/driver_test.cpp
index 00e93e5..884cab2 100644
--- a/lib/src/main/cpp/driver_test.cpp
+++ b/lib/src/main/cpp/driver_test.cpp
@@ -1233,7 +1233,8 @@
  */
 int CorrectPauseCriteria(int src)
 {
-    return (src > 1500) ? src - 1500 : 0;
+    return src;
+//    return (src > 500) ? src - 500 : 500;
 }
 
 /*******************************************************************

--
Gitblit v1.8.0