From 123d3197c6d91a64931cb19dc669736b6ae5a35c Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期四, 13 十一月 2025 14:14:31 +0800
Subject: [PATCH] 获取电平函数新增一长度参数; 及第二轮测试少量bug修复.

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

diff --git a/src/tg/tg_adapter.h b/src/tg/tg_adapter.h
index 387323e..d805181 100644
--- a/src/tg/tg_adapter.h
+++ b/src/tg/tg_adapter.h
@@ -18,9 +18,9 @@
 	}
 
 	//
-	uvoid config_board(struct DSPConfig * conf);
+	uvoid config_board(struct DSPConfig * conf) override;
 
-	s32 get_physical_channel(s32 input , s32 logic_channel);
+	s32 get_physical_channel(s32 input , s32 logic_channel) override;
 };
 
 #endif /* __TIANGONG_H__ */

--
Gitblit v1.9.3