Added MIDI Realtime Clock Messages

Fork of USBDevice by mbed official

Files at this revision

API Documentation at this revision

Comitter:
alfaleader
Date:
Wed Jun 10 12:22:40 2015 +0000
Parent:
57:60b64d5cf9e2
Commit message:
typo

Changed in this revision

USBMIDI/MIDIMessage.h Show annotated file Show diff for this revision Revisions of this file
--- a/USBMIDI/MIDIMessage.h	Wed Jun 10 12:05:20 2015 +0000
+++ b/USBMIDI/MIDIMessage.h	Wed Jun 10 12:22:40 2015 +0000
@@ -227,7 +227,7 @@
             case 0xC: return ProgramChangeType;
             case 0xD: return ChannelAftertouchType;
             case 0xE: return PitchWheelType;
-            case 0xF: : switch(data[1] & 0x0F){ //if sysex, see if it is something for midi clock
+            case 0xF: switch(data[1] & 0x0F){ //if sysex, see if it is something for midi clock
                 case 0x8: return TimingType;
                 case 0xA: return StartType;
                 case 0xB: return ContinueType;