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.
Dependents: RGA-MJPEG_VideoDemo
Fork of USBHost_custom by
Diff: USBHost/USBEndpoint.cpp
- Revision:
- 13:b58a2204422f
- Parent:
- 8:93da8ea2708b
- Child:
- 24:868cbfe611a7
diff -r 4d2f8064b747 -r b58a2204422f USBHost/USBEndpoint.cpp
--- a/USBHost/USBEndpoint.cpp Tue Aug 13 09:42:31 2013 +0000
+++ b/USBHost/USBEndpoint.cpp Mon Sep 16 15:36:24 2013 +0100
@@ -27,8 +27,8 @@
//TDs have been allocated by the host
memcpy((HCTD**)td_list, td_list_, sizeof(HCTD*)*2); //TODO: Maybe should add a param for td_list size... at least a define
- memcpy(td_list_[0], 0, sizeof(HCTD));
- memcpy(td_list_[1], 0, sizeof(HCTD));
+ memset(td_list_[0], 0, sizeof(HCTD));
+ memset(td_list_[1], 0, sizeof(HCTD));
td_list[0]->ep = this;
td_list[1]->ep = this;
