From 6e1e60a0cd37b83937962ee36539a51f6a740f79 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期五, 18 九月 2020 15:46:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into lowprecision --- 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