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 dd4b1ce..2d21022 100644
--- a/src/tob.h
+++ b/src/tob.h
@@ -17,10 +17,12 @@
 #include "protocol.h"
 #include "tg/tg_param_ctrl.h"
 
+
 class ToB {
 private :
 	std::vector<IModule*> mList;//模块列表
 	std::vector<u16> mModuleIndex;
+
 	param_ctrl_t* paramset;
 	Frames* frames;
 	u32  dsp_index;

--
Gitblit v1.9.3