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: USB3GModule/WANDongleInitializer.h
- Revision:
- 9:c9e9817c398c
- Parent:
- 8:0d1ec493842c
- Child:
- 10:08bce4cd973a
diff -r 0d1ec493842c -r c9e9817c398c USB3GModule/WANDongleInitializer.h --- a/USB3GModule/WANDongleInitializer.h Mon Jul 30 13:51:34 2012 +0000 +++ b/USB3GModule/WANDongleInitializer.h Tue Jul 31 10:37:16 2012 +0000 @@ -48,7 +48,7 @@ virtual bool switchMode(USBDeviceConnected* pDev) = 0; - virtual Endpoint* getEp(USBDeviceConnected* pDev, int serialPortNumber, bool tx) = 0; + virtual USBEndpoint* getEp(USBDeviceConnected* pDev, int serialPortNumber, bool tx) = 0; virtual int getSerialPortCount() = 0; @@ -76,7 +76,7 @@ virtual bool switchMode(USBDeviceConnected* pDev); - virtual Endpoint* getEp(USBDeviceConnected* pDev, int serialPortNumber, bool tx); + virtual USBEndpoint* getEp(USBDeviceConnected* pDev, int serialPortNumber, bool tx); virtual int getSerialPortCount(); @@ -108,7 +108,7 @@ virtual bool switchMode(USBDeviceConnected* pDev); - virtual Endpoint* getEp(USBDeviceConnected* pDev, int serialPortNumber, bool tx); + virtual USBEndpoint* getEp(USBDeviceConnected* pDev, int serialPortNumber, bool tx); virtual int getSerialPortCount();