lib/src/main/cpp/test_items/park_edge.cpp
@@ -9,6 +9,7 @@ #include "../common/apptimer.h" #include "../native-lib.h" #include "../utils/xconvert.h" #include "../test_common/car_sensor.h" #include <vector> #include <cstdlib> @@ -136,7 +137,7 @@ } // 在这里检查转向灯状态 if (true) { if (ReadCarStatus(TURN_SIGNAL_LAMP) != LEFT_TURN_LIGHT) { // 不开转向灯,扣10分 AddExamFault(25, rtkTime); DEBUG("未开启转向灯");