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: F401RE-USBHostMIDI_RecieveExample
Fork of F401RE-USBHost by
Diff: USBHost/USBHALHost.h
- Revision:
- 10:40c7f6788902
- Parent:
- 8:6463cd1964c0
- Child:
- 11:61843badd06e
--- a/USBHost/USBHALHost.h Mon Feb 03 13:00:16 2014 +0000
+++ b/USBHost/USBHALHost.h Wed Feb 05 13:34:37 2014 +0000
@@ -49,7 +49,7 @@
protected:
USBHALHost();
void init();
- virtual bool addDevice(int port, int hub, bool lowSpeed) = 0;
+ virtual bool addDevice(USBDeviceConnected* parent, int port, bool lowSpeed) = 0;
void setAddr(int addr, bool lowSpeed = false);
void setEndpoint();
void token_transfer_init();
