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: PS4USB.h
- Revision:
- 1:2263e77400e9
- Parent:
- 0:84353c479782
--- a/PS4USB.h Sun Jul 12 20:39:26 2020 +0000 +++ b/PS4USB.h Mon Jul 13 07:03:06 2020 +0000 @@ -35,7 +35,7 @@ * Constructor for the PS4USB class. * @param p Pointer to the USB class instance. */ - PS4USB(USB *p) : + PS4USB(Usb *p) : HIDUniversal(p) { PS4Parser::Reset(); };