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