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.
Fork of USBDevice by
Revision 58:1039760d84c5, committed 2015-06-10
- 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;
