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