From 2cfc22e1ea5140861499ee5b7142766fb8f754f7 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 29 九月 2020 15:53:20 +0800
Subject: [PATCH] 坐标

---
 lib/src/main/cpp/rtk_platform/platform.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/src/main/cpp/rtk_platform/platform.h b/lib/src/main/cpp/rtk_platform/platform.h
index f48eb4e..241d133 100644
--- a/lib/src/main/cpp/rtk_platform/platform.h
+++ b/lib/src/main/cpp/rtk_platform/platform.h
@@ -18,6 +18,7 @@
 #define PLAY_TTS_DONE_EVT                           0x0100
 #define CAR_SENSOR_UPDATE_EVT                       0x0200
 #define MASTER_COMM_EVT                             0x0400
+#define CAN_UPDATE_EVT                              0x0800
 
 typedef struct {
     char domain_name[32];
@@ -45,4 +46,6 @@
 void RequestRtkDownload(const gpsStatus_t *gps, uint16_t rtk_pkt_interval);
 void StopRtkDownload(void);
 
+void LoadDefaultMcuRom(const char *verCode, const uint8_t *rom, int length);
+
 #endif //RTKDRIVERTEST_PLATFORM_H

--
Gitblit v1.8.0