From bf8e1f4ef4961b32dfa73a0b898f82c20721bf09 Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期五, 28 八月 2020 08:56:23 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/test_items2/change_lane.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/test_items2/change_lane.cpp b/lib/src/main/cpp/test_items2/change_lane.cpp index fde4995..e4d927a 100644 --- a/lib/src/main/cpp/test_items2/change_lane.cpp +++ b/lib/src/main/cpp/test_items2/change_lane.cpp @@ -8,7 +8,7 @@ #include "../jni_log.h" #include "../driver_test.h" -#define DEBUG(fmt, args...) LOGD("<change_lane> <%s>: " fmt, __func__, ##args) +#define DEBUG(fmt, args...) LOGD("<road_exam change_lane> <%s>: " fmt, __func__, ##args) static double maxMoveDistance; static int originalLane; -- Gitblit v1.8.0