lib/src/main/cpp/test_items/turn_a90.cpp
@@ -20,8 +20,6 @@ using namespace std; const uint32_t STOP_CAR_TIME = D_SEC(2); static bool testing; static int mapIndex; @@ -101,7 +99,7 @@ } else if (moveDirect == 0) { uint32_t tp = TimeMakeComposite(rtkTime->hh, rtkTime->mm, rtkTime->ss, rtkTime->mss*10); if (tp - stopTimepoint >= STOP_CAR_TIME && !reportStopCarTimeout) { if (tp - stopTimepoint >= examParam.turn_a90_pause_criteria && !reportStopCarTimeout) { // 停车超2秒,每次扣5分 AddExamFault(31, rtkTime); DEBUG("中途停车");