From 3ce7d9cbccabf7f94d8203a98796599cd9dd5411 Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期二, 11 二月 2020 17:14:27 +0800 Subject: [PATCH] 修改了上坡起步。 --- lib/src/main/cpp/master/comm_if.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/master/comm_if.h b/lib/src/main/cpp/master/comm_if.h index 34a6cae..aaeae65 100644 --- a/lib/src/main/cpp/master/comm_if.h +++ b/lib/src/main/cpp/master/comm_if.h @@ -50,6 +50,7 @@ }; void MA_MainProcMsgEntry(int cmd, const char *value); +void MA_MainProcBinMsgEntry(int cmd, const uint8_t *value, int length); void MA_NdkStart(void); void MA_ReqRtkPlatformConfig(void); -- Gitblit v1.8.0