2018.07.26

Dependencies:   FATFileSystem mbed-rtos

Fork of USBHost by mbed official

Files at this revision

API Documentation at this revision

Comitter:
sayzyas
Date:
Mon Mar 28 00:06:57 2016 +0000
Parent:
35:b5881939796b
Child:
40:626c4810255c
Commit message:
Rev20160325

Changed in this revision

USBHostHID/USBHostGamepad.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHostHID/USBHostGamepad.cpp	Wed Feb 10 14:58:30 2016 +0000
+++ b/USBHostHID/USBHostGamepad.cpp	Mon Mar 28 00:06:57 2016 +0000
@@ -249,9 +249,9 @@
     && buf[2] == 0x09 //Usage
     ){
         if( buf[3] == 0x04 ){
-            USB_DBG("ゲームパッドです:");
+            USB_DBG("This is GamePad:");
         }else if( buf[3] == 0x05){
-            USB_DBG("ジョイスティックです:");
+            USB_DBG("This is JoyStick:");
         }else{
             ret = false;
         }