From 8ebe83a59e982317a746e8dd61d87c4a2359b40d Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 08 一月 2020 14:42:36 +0800 Subject: [PATCH] 实现rtk平台基础配置 --- lib/src/main/cpp/rtk_module/parse_gps.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/rtk_module/parse_gps.cpp b/lib/src/main/cpp/rtk_module/parse_gps.cpp index 43ec7ba..b81dab3 100644 --- a/lib/src/main/cpp/rtk_module/parse_gps.cpp +++ b/lib/src/main/cpp/rtk_module/parse_gps.cpp @@ -10,6 +10,8 @@ #include <stdlib.h> #include <string.h> +#define DEBUG(fmt, args...) LOGD("<parse_gps> <%s>: " fmt, __func__, ##args) + typedef const uint8_t *ptr; static ptr skip1(ptr s, ptr e) -- Gitblit v1.8.0