Fix syntax.
This commit is contained in:
parent
cc79d38e69
commit
c17f2396cd
|
|
@ -99,7 +99,7 @@ struct UsbMidiEvent
|
|||
byte mCodeIndexNumber:4;
|
||||
byte mMidi[3];
|
||||
};
|
||||
byte[4] mDataArray;
|
||||
byte mDataArray[4];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue