remove duplicate end()

thanks @alf45tar for spotting!
This commit is contained in:
lathoub 2021-08-10 17:02:41 +02:00 committed by GitHub
parent 697e0d40b0
commit 3b08fec7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -53,11 +53,6 @@ public:
mBleClass.end(); mBleClass.end();
} }
void end()
{
mBleClass.end();
}
bool beginTransmission(MIDI_NAMESPACE::MidiType type) bool beginTransmission(MIDI_NAMESPACE::MidiType type)
{ {
getMidiTimestamp(&mTxBuffer[0], &mTxBuffer[1]); getMidiTimestamp(&mTxBuffer[0], &mTxBuffer[1]);