From 0d5b7df96a2ee186b7b085dca9cf9a33f791c430 Mon Sep 17 00:00:00 2001
From: graydon <weidong.gao@cretone.cn>
Date: 星期六, 30 八月 2025 20:27:15 +0800
Subject: [PATCH] 增加双USB

---
 src/scene.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scene.h b/src/scene.h
index 0835324..964bd01 100644
--- a/src/scene.h
+++ b/src/scene.h
@@ -68,7 +68,7 @@
 	}
 	//解析inportstr和outportstr,
 	//字符串转换成逻辑端口号,返回输入输出端口数量.
-	s32 str_delim(const s8* str, u8 logic_channel[]) ;
+	s32 str_delim(const s8* str, u16 logic_channel[]) ;
 
 	virtual uvoid* get_module_param_ptr(uvoid *param, s32 fixed) =0;
 	//根据模块类型更新模块信息.
@@ -78,7 +78,7 @@
 
 	virtual u32 get_module_id(u32 mid, s32 mtype ,u32 pid) =0;
 
-	s32 convert_to_bin(s8* bin);
+	s32 convert_to_bin(u8* bin);
 };
 
 #endif

--
Gitblit v1.9.3