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: cdcacm.h
- Revision:
- 1:2263e77400e9
- Parent:
- 0:84353c479782
--- a/cdcacm.h Sun Jul 12 20:39:26 2020 +0000 +++ b/cdcacm.h Mon Jul 13 07:03:06 2020 +0000 @@ -162,7 +162,7 @@ class ACM : public USBDeviceConfig, public UsbConfigXtracter { protected: - USB *pUsb; + Usb *pUsb; CDCAsyncOper *pAsync; uint8_t bAddress; uint8_t bConfNum; // configuration number @@ -182,7 +182,7 @@ static const uint8_t epInterruptInIndex; // InterruptIN endpoint index EpInfo epInfo[ACM_MAX_ENDPOINTS]; - ACM(USB *pusb, CDCAsyncOper *pasync); + ACM(Usb *pusb, CDCAsyncOper *pasync); uint8_t SetCommFeature(uint16_t fid, uint8_t nbytes, uint8_t *dataptr); uint8_t GetCommFeature(uint16_t fid, uint8_t nbytes, uint8_t *dataptr);