fctom1215
2021-04-28 e6d6b7778b0fc51908e7bf9d2eacec84ffc14aff
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;
    }
}