From f5c123f6e78b25fb325c391a3c2ffeccf930f316 Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期二, 29 九月 2020 15:55:10 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge into lowprecision
---
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