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: FatFileSystem mbed
Fork of PS3_BlueUSB by
Diff: USBHost.cpp
- Revision:
- 5:ac875050e1bd
- Parent:
- 0:99a111b75cb4
--- a/USBHost.cpp Sun Oct 25 06:16:36 2015 +0000 +++ b/USBHost.cpp Sun Oct 25 07:26:18 2015 +0000 @@ -808,8 +808,10 @@ { if (status & CurrentConnectStatus) // Connecting ResetPort(hub,port); // Reset to initiate connect (state machine?) - else + else{ Disconnect(hub,port); + NVIC_SystemReset(); + } } if (status & PortResetStatusChange)