Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBHostWANDongle by
Diff: USBHost/Endpoint.cpp
- 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; +}