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/mcu/mcu_if.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/src/main/cpp/mcu/mcu_if.cpp b/lib/src/main/cpp/mcu/mcu_if.cpp
index 585503c..454eb73 100644
--- a/lib/src/main/cpp/mcu/mcu_if.cpp
+++ b/lib/src/main/cpp/mcu/mcu_if.cpp
@@ -11,6 +11,8 @@
 #include "../jni_log.h"
 #include "../common/serial_port.h"
 
+#define DEBUG(fmt, args...)     LOGD("<mcu_if> <%s>: " fmt, __func__, ##args)
+
 #define MCU_UART            UART_1
 
 enum parse_status_t {

--
Gitblit v1.8.0