Skip to content

Commit cf600cc

Browse files
author
lathoub
committed
added end() method
Anticipating the end() method being called by the underlying MIDI library
1 parent 866947c commit cf600cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/USB-MIDI.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ class usbMidiTransport
6161
mRxLength = 0;
6262
};
6363

64+
void end()
65+
{
66+
}
67+
6468
bool beginTransmission(MidiType status)
6569
{
6670
mTxStatus = status;

0 commit comments

Comments
 (0)