fctom1215
2020-08-29 7acf3eaf4ce196136328b0a20dfb754b60958cd3
lib/src/main/cpp/test_items2/stop_car.cpp
@@ -42,7 +42,7 @@
}
bool TestStopCar(road_exam_map &RoadMap, int roadIndex, const car_model *car, int moveDirect, const struct RtkTime *rtkTime) {
    struct RtkTime time;
    static struct RtkTime time;
    if (setup == 0)
        return true;
@@ -101,7 +101,7 @@
        if (door.value == DOOR_OPEN) {
            if (!OpenDoor) {
                if (rpm.value < ENGINE_MIN_ROTATE) {
                if (rpm.value > ENGINE_MIN_ROTATE) {
                    // 下车前,不熄火,扣5分
                    DEBUG("下车前,不熄火");
                    AddExamFault(40, rtkTime);