From 539bdbbebc2410bbad25af01d9088594d02c95b0 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 12 八月 2020 18:45:58 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/driver_test.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h index 7c9e0b3..0f2abd1 100644 --- a/lib/src/main/cpp/driver_test.h +++ b/lib/src/main/cpp/driver_test.h @@ -230,6 +230,8 @@ void SystemShutdown(int event, int timeout); -void SetDummyLightExam(int n, struct dummy_light_exam *cfg);; +void SetDummyLightExam(int n, struct dummy_light_exam *cfg); + +uint32_t TimeGetDiff(const struct RtkTime *rtkTime1, const struct RtkTime *rtkTime2); #endif //RTKDRIVERTEST_DRIVER_TEST_H -- Gitblit v1.8.0