Small fix for debugging output.

pull/195/head
Holger 3 years ago committed by GitHub
parent fcc1eaa145
commit f471d5b796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/serialmididevice.cpp

@ -69,7 +69,8 @@ void CSerialMIDIDevice::Process (void)
if((i > 1 ) && (i % 8) == 0)
printf("\n");
}
printf("\n");
if((i % 8) != 0)
printf("\n");
if(Buffer[0] == 0xF0)

Loading…
Cancel
Save