From 683b1595260e638d1d3c6cc0d6543a72f6d6f925 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 12 一月 2021 14:36:42 +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 4989c21..fd378ae 100644
--- a/lib/src/main/cpp/master/comm_if.h
+++ b/lib/src/main/cpp/master/comm_if.h
@@ -154,5 +154,6 @@
 void MA_SendCanStatus(const struct canBrief *brief);
 
 void MA_SendBlueStatus(const char *name, const char *addr, int status);
+void MA_SendRtkStatus(const char *type, int status);
 
 #endif //MYAPPLICATION2_COMM_IF_H

--
Gitblit v1.8.0