From 7534dda3b69026df6dc40b3d907b825a0078617b Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期四, 21 八月 2025 20:14:01 +0800
Subject: [PATCH] Signed-off-by: chenlh <2008get@163.com>

---
 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