From 29d4acd7aba5848d43aa8ac646e14d2abb1fd971 Mon Sep 17 00:00:00 2001
From: haozhifeng <haozhifeng>
Date: 星期五, 13 八月 2021 19:09:37 +0800
Subject: [PATCH] fix

---
 sbusClient.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sbusClient.go b/sbusClient.go
index 421025c..40d464b 100644
--- a/sbusClient.go
+++ b/sbusClient.go
@@ -9,7 +9,7 @@
 )
 
 type SBusClient struct {
-	nodes []bhome_msg.BHAddress
+	nodes []*bhome_msg.MsgQueryTopicReply_BHNodeAddress
 }
 
 type ProcInfo struct {

--
Gitblit v1.8.0