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: UsbHostMAX3421E_Hello
Diff: BTD.h
- Revision:
- 1:2263e77400e9
- Parent:
- 0:84353c479782
--- a/BTD.h Sun Jul 12 20:39:26 2020 +0000 +++ b/BTD.h Mon Jul 13 07:03:06 2020 +0000 @@ -205,7 +205,7 @@ * Constructor for the BTD class. * @param p Pointer to USB class instance. */ - BTD(USB *p); + BTD(Usb *p); /** @name USBDeviceConfig implementation */ /** @@ -503,7 +503,7 @@ protected: /** Pointer to USB class instance. */ - USB *pUsb; + Usb *pUsb; /** Device address. */ uint8_t bAddress; /** Endpoint info structure. */