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/jni_log.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/lib/src/main/cpp/jni_log.h b/lib/src/main/cpp/jni_log.h index 85b3dc2..bdd8a08 100644 --- a/lib/src/main/cpp/jni_log.h +++ b/lib/src/main/cpp/jni_log.h @@ -17,12 +17,4 @@ #define LOGMCUD(...) __android_log_print(ANDROID_LOG_DEBUG,"MCU_DEBUG",__VA_ARGS__) // 瀹氫箟LOGD绫诲瀷 -#define ENABLE_DEBUG_PROTOCOL - -#ifdef ENABLE_DEBUG_PROTOCOL -#define DEBUG(...) LOGD(__VA_ARGS__) -#else -#define DEBUG(...) -#endif - #endif //JNI_LOG_H -- Gitblit v1.8.0