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/tob.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/tob.h b/src/tob.h
index 969313e..2d21022 100644
--- a/src/tob.h
+++ b/src/tob.h
@@ -15,6 +15,7 @@
 #include "ModuleExport.h"
 #include "messageproc.h"
 #include "protocol.h"
+#include "tg/tg_param_ctrl.h"
 
 
 class ToB {
@@ -22,6 +23,7 @@
 	std::vector<IModule*> mList;//模块列表
 	std::vector<u16> mModuleIndex;
 
+	param_ctrl_t* paramset;
 	Frames* frames;
 	u32  dsp_index;
 	ubool dual_dsp;

--
Gitblit v1.9.3