2018.07.26

Dependencies:   FATFileSystem2 mbed-rtos

Fork of USBHost by mbed official

Files at this revision

API Documentation at this revision

Comitter:
sayzyas
Date:
Tue Aug 09 01:28:30 2016 +0000
Parent:
39:8fbe33e98b2b
Commit message:
1

Changed in this revision

USBHostHID/USBHostGamepad.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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() {