Yasushi TAUCHI / Mbed 2 deprecated BlueUSB_f_IEEE1888

Dependencies:   EthernetInterface FiapV2 HTTPClientForSOAP NTPClient TextLCD mbed-rtos mbed spxml

Fork of BlueUSB_f by Yasushi TAUCHI

Revision:
5:96a70a8cebb9
Parent:
2:32a2d06f4fe2
--- a/AutoEvents.cpp	Sun Sep 30 05:44:10 2012 +0000
+++ b/AutoEvents.cpp	Sun Sep 30 07:41:28 2012 +0000
@@ -127,8 +127,6 @@
     return 0;
 }
 
-//  Implemented in main.cpp
-int OnDiskInsert(int device);
 
 //  Implemented in TestShell.cpp
 int OnBluetoothInsert(int device);
@@ -153,10 +151,6 @@
     
     switch (interfaceDesc->bInterfaceClass)
     {
-        case CLASS_MASS_STORAGE:
-            if (interfaceDesc->bInterfaceSubClass == 0x06 && interfaceDesc->bInterfaceProtocol == 0x50)
-                OnDiskInsert(device);    // it's SCSI!
-            break;
         case CLASS_WIRELESS_CONTROLLER:
             if (interfaceDesc->bInterfaceSubClass == 0x01 && interfaceDesc->bInterfaceProtocol == 0x01)
                 OnBluetoothInsert(device);    // it's bluetooth!