From 7c5b25c8617807635e9f272ebe9e98304d07cf2f Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期五, 14 二月 2020 14:28:25 +0800
Subject: [PATCH] 增加单片机信息传递。
---
lib/src/main/cpp/rtk_platform/platform.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/src/main/cpp/rtk_platform/platform.h b/lib/src/main/cpp/rtk_platform/platform.h
index 4008293..05898a5 100644
--- a/lib/src/main/cpp/rtk_platform/platform.h
+++ b/lib/src/main/cpp/rtk_platform/platform.h
@@ -13,6 +13,7 @@
#define PLATFORM_LOGIN_EVT 0x0008
#define RTK_UPDATE_EVT 0x0010
#define GPS_UPDATE_EVT 0x0020
+#define MCU_UPDATE_EVT 0x0040
typedef struct {
char domain_name[32];
--
Gitblit v1.8.0