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.
Dependencies: mbed FastIO FastPWM USBDevice
Diff: USBJoystick/USBJoystick.h
- Revision:
- 54:fd77a6b2f76c
- Parent:
- 53:9b2611964afc
- Child:
- 62:f071ccde32a0
--- a/USBJoystick/USBJoystick.h Fri Apr 22 17:58:35 2016 +0000 +++ b/USBJoystick/USBJoystick.h Sat Apr 30 17:43:38 2016 +0000 @@ -301,7 +301,7 @@ /* USB descriptor overrides */ virtual const uint8_t *configurationDesc(); - virtual const uint8_t *reportDescN(int n); + virtual const uint8_t *reportDesc(int idx, uint16_t &len); /* USB descriptor string overrides */ virtual const uint8_t *stringImanufacturerDesc();