Added MIDI Realtime Clock Messages

Fork of USBDevice by mbed official

Revision:
57:60b64d5cf9e2
Parent:
50:a3c50882f2c5
--- a/USBMIDI/USBMIDI.cpp	Mon Jun 08 08:15:25 2015 +0100
+++ b/USBMIDI/USBMIDI.cpp	Wed Jun 10 12:05:20 2015 +0000
@@ -168,9 +168,9 @@
 
 uint8_t * USBMIDI::stringIproductDesc() {
     static uint8_t stringIproductDescriptor[] = {
-        0x16,                                                       //bLength
+        0x16,                                                       //bLength = size string + 2
         STRING_DESCRIPTOR,                                          //bDescriptorType 0x03
-        'M',0,'b',0,'e',0,'d',0,' ',0,'A',0,'u',0,'d',0,'i',0,'o',0 //bString iProduct - Mbed Audio
+        'E',0,'y',0,'e',0,'s',0,'t',0,'h',0,'e',0,'t',0,'i',0,'c',0 //bString iProduct - Mbed Audio
     };
     return stringIproductDescriptor;
 }