Skip to content

Commit 5d576eb

Browse files
committed
removed unused inChannel argument from begin
1 parent 7e93854 commit 5d576eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/USB-MIDI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class usbMidiTransport
5555
const char* getTransportName() { return "USB-MIDI"; };
5656

5757
protected:
58-
void begin(MIDI_NAMESPACE::Channel inChannel = 1)
58+
void begin()
5959
{
6060
mTxIndex = 0;
6161
mRxIndex = 0;

0 commit comments

Comments
 (0)