Fixed stupid SysEx error

svn-id: r8211
This commit is contained in:
Jamieson Christian 2003-06-01 02:25:07 +00:00
parent 8f4660fb5c
commit e2b2f8cc64

@ -143,7 +143,7 @@ void MidiDriver_SEQ::sysEx (byte *msg, uint16 length) {
byte *chr = msg;
buf[position++] = SEQ_MIDIPUTC;
buf[position++] = 0xFF;
buf[position++] = 0xF0;
buf[position++] = _device_num;
buf[position++] = 0;
for (; length; --length, ++chr) {