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: EthernetInterface FiapV2 HTTPClientForSOAP NTPClient TextLCD mbed-rtos mbed spxml
Fork of BlueUSB_f by
Diff: AutoEvents.cpp
- 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!
