Use midi serial definition from proper place

This commit is contained in:
John Stäck 2019-03-02 09:01:19 +01:00
parent 18f3131d8a
commit 35ee03d4b8

3
midi.h
View file

@ -5,9 +5,6 @@
#define USE_MIDI_USB
#define USE_MIDI_SERIAL
//Define which serial device to use
#define MidiSerial Serial3
//Set / get current midi channel
void midiSetChannel(int channel);
int midiGetChannel();