Fixed compilation.
svn-id: r20953
This commit is contained in:
parent
2469e00248
commit
278d0de012
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void MidiDriver_SEQ::sysEx (const byte *msg, uint16 length) {
|
|||
|
||||
unsigned char buf [1024];
|
||||
int position = 0;
|
||||
byte *chr = msg;
|
||||
const byte *chr = msg;
|
||||
|
||||
buf[position++] = SEQ_MIDIPUTC;
|
||||
buf[position++] = 0xF0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue