Dmitry Pakhomenko / USBHostWANDongle

Dependents:   VodafoneUSBModem

Fork of USBHostWANDongle by mbed official

Revision:
7:c4483d48fe96
Parent:
0:ae46a0638b2c
--- a/USBHost/Endpoint.cpp	Fri Jul 27 16:14:07 2012 +0000
+++ b/USBHost/Endpoint.cpp	Sat Jul 28 14:15:14 2012 +0000
@@ -226,3 +226,8 @@
     //return headTD;
   return (volatile HCTD*) (hced->headTD & ~0xF);
 }
+
+volatile HCTD ** Endpoint::getTDList()
+{
+  return td_list;
+}