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-rtos
Fork of USBHost by
Diff: USBHostHID/USBHostGamepad.cpp
- Revision:
- 40:626c4810255c
- Parent:
- 39:8fbe33e98b2b
--- a/USBHostHID/USBHostGamepad.cpp Mon Mar 28 00:06:57 2016 +0000
+++ b/USBHostHID/USBHostGamepad.cpp Tue Aug 09 01:28:30 2016 +0000
@@ -37,7 +37,6 @@
gamepad_device_found = false;
gamepad_intf = -1;
-
btnX = 0;
btnY = 0;
btnABCD = 0;
@@ -59,8 +58,6 @@
btn13 = 13;
btn14 = 14;
btn15 = 15;
-
-
}
bool USBHostGamepad::connected() {
