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: hidboot.h
- Revision:
- 1:2263e77400e9
- Parent:
- 0:84353c479782
--- a/hidboot.h Sun Jul 12 20:39:26 2020 +0000 +++ b/hidboot.h Mon Jul 13 07:03:06 2020 +0000 @@ -219,7 +219,7 @@ }; public: - HIDBoot(USB *p, bool bRptProtoEnable = false); + HIDBoot(Usb *p, bool bRptProtoEnable = false); virtual bool SetReportParser(uint8_t id, HIDReportParser *prs) { pRptParser[id] = prs; @@ -253,7 +253,7 @@ }; template <const uint8_t BOOT_PROTOCOL> -HIDBoot<BOOT_PROTOCOL>::HIDBoot(USB *p, bool bRptProtoEnable/* = false*/) : +HIDBoot<BOOT_PROTOCOL>::HIDBoot(Usb *p, bool bRptProtoEnable/* = false*/) : USBHID(p), qNextPollTime(0), bPollEnable(false),