Skip to content

Commit 27d9020

Browse files
committed
clean up
1 parent dab80d1 commit 27d9020

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libraries/Bluefruit52Lib/src/services/BLEMidi.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ void BLEMidi::_write_handler(uint8_t* data, uint16_t len)
203203
}
204204
}else
205205
{
206+
/* Normal Event data
207+
* event : 0x00 - 0x7F
208+
* status: 0x80 - 0xEF
209+
*/
210+
206211
while (len)
207212
{
208-
/* event : 0x00 - 0x7F
209-
status: 0x80 - 0xEF
210-
sysex : 0xF0 - 0xFF
211-
*/
212-
213213
if ( bitRead(data[0], 7) )
214214
{
215215
// Start of new full event

0 commit comments

Comments
 (0)