From 35ee03d4b863e936ef42943ad015bdf65b328723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Sat, 2 Mar 2019 09:01:19 +0100 Subject: [PATCH] Use midi serial definition from proper place --- midi.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/midi.h b/midi.h index a70a40a..0f81a3b 100644 --- a/midi.h +++ b/midi.h @@ -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();