From 683b1595260e638d1d3c6cc0d6543a72f6d6f925 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期二, 12 一月 2021 14:36:42 +0800 Subject: [PATCH] 扣分码标准化 --- lib/src/main/cpp/rtk_platform/parse_net.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/rtk_platform/parse_net.cpp b/lib/src/main/cpp/rtk_platform/parse_net.cpp index 09e2e1a..a82a7db 100644 --- a/lib/src/main/cpp/rtk_platform/parse_net.cpp +++ b/lib/src/main/cpp/rtk_platform/parse_net.cpp @@ -21,7 +21,7 @@ #define DEBUG(fmt, args...) LOGD("<parse_net> <%s>: " fmt, __func__, ##args) -//#define ENABLE_DEBUG_PROTOCOL +#define ENABLE_DEBUG_PROTOCOL using namespace std; -- Gitblit v1.8.0