Fix syntax.

This commit is contained in:
Francois Best 2016-10-12 19:11:21 +02:00 committed by GitHub
parent cc79d38e69
commit c17f2396cd
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct UsbMidiEvent
byte mCodeIndexNumber:4;
byte mMidi[3];
};
byte[4] mDataArray;
byte mDataArray[4];
};
};