BlueUSB and Waveplayer merged

Dependencies:   SDFileSystem mbed-rtos mbed wave_player

Fork of z_test_BlueUSBv1 by Stuart Kent

Revision:
2:7f4915fe5708
Parent:
1:12422708d6c8
--- a/AutoEvents.cpp	Tue Nov 18 00:11:42 2014 +0000
+++ b/AutoEvents.cpp	Tue Nov 18 18:42:28 2014 +0000
@@ -128,7 +128,7 @@
 }
 
 //  Implemented in main.cpp
-int OnDiskInsert(int device);
+//int OnDiskInsert(int device);
 
 //  Implemented in TestShell.cpp
 int OnBluetoothInsert(int device);
@@ -149,7 +149,7 @@
     {
         case CLASS_MASS_STORAGE:
             if (interfaceDesc->bInterfaceSubClass == 0x06 && interfaceDesc->bInterfaceProtocol == 0x50)
-                OnDiskInsert(device);    // it's SCSI!
+                //OnDiskInsert(device);    // it's SCSI!
             break;
         case CLASS_WIRELESS_CONTROLLER:
             if (interfaceDesc->bInterfaceSubClass == 0x01 && interfaceDesc->bInterfaceProtocol == 0x01)