From 46f19c091685483aa622193ee3e2dcf213b38bc7 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期日, 19 一月 2020 16:26:13 +0800 Subject: [PATCH] updatecrr --- lib/src/main/cpp/driver_test.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/main/cpp/driver_test.cpp b/lib/src/main/cpp/driver_test.cpp index 9b481cc..fc226e2 100644 --- a/lib/src/main/cpp/driver_test.cpp +++ b/lib/src/main/cpp/driver_test.cpp @@ -408,8 +408,8 @@ static int en = 0; static int gcc = 0; - if (gcc % 20 == 0) { - // AddExamFault(++en, &rtkTime); + if (gcc % 100 == 0) { + AddExamFault(++en, &rtkTime); } gcc++; -- Gitblit v1.8.0