From fd0b5f94939d30fe65a98f9111aee2987d12e41f Mon Sep 17 00:00:00 2001
From: qipp <2969964114@qq.com>
Date: 星期三, 18 三月 2026 17:46:42 +0800
Subject: [PATCH] 碧云祥定制代码提交

---
 DSP180x_core/src/tob.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/DSP180x_core/src/tob.cpp b/DSP180x_core/src/tob.cpp
index 90ddcad..2c1b6c8 100644
--- a/DSP180x_core/src/tob.cpp
+++ b/DSP180x_core/src/tob.cpp
@@ -334,13 +334,13 @@
 	}
 	dbg_printf("Phy InputNum %d, Output Num %d\n",nPhyInput,nPhyOutput);
 
-	Frame* UsbRx = frames->GetFrame(nPhyInput+1);
-	Frame* UsbTx = frames->GetFrame(nPhyOutput);
+//	Frame* UsbRx = frames->GetFrame(nPhyInput+1);
+//	Frame* UsbTx = frames->GetFrame(nPhyOutput);
+//
+//	SetRxChannelPtr(nPhyInput+1, UsbRx->Data());
+//	SetTxChannelPtr(nPhyOutput, UsbTx->Data());
 
-	SetRxChannelPtr(nPhyInput+1, UsbRx->Data());
-	SetTxChannelPtr(nPhyOutput, UsbTx->Data());
-
-	SetNumOfChannels(nPhyInput+2, nPhyOutput+1);
+	SetNumOfChannels(nPhyInput, nPhyOutput);
 
 	processed = utrue;
 

--
Gitblit v1.9.3