From 03a05501800d2c02bca1c05ca6f7080d715aba23 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期五, 18 九月 2020 15:41:50 +0800
Subject: [PATCH] 坐标
---
lib/src/main/cpp/rtk_platform/platform.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/src/main/cpp/rtk_platform/platform.h b/lib/src/main/cpp/rtk_platform/platform.h
index 62c0c60..f48eb4e 100644
--- a/lib/src/main/cpp/rtk_platform/platform.h
+++ b/lib/src/main/cpp/rtk_platform/platform.h
@@ -16,7 +16,8 @@
#define MCU_UPDATE_EVT 0x0040
#define CARD_UPDATE_EVT 0x0080
#define PLAY_TTS_DONE_EVT 0x0100
-#define CAR_SENSOR_UPDATE_EVT 0x0200
+#define CAR_SENSOR_UPDATE_EVT 0x0200
+#define MASTER_COMM_EVT 0x0400
typedef struct {
char domain_name[32];
--
Gitblit v1.8.0