From 1967476c655cb51b368d248b55dc90bc618d3618 Mon Sep 17 00:00:00 2001 From: Steve Lascos Date: Wed, 10 Jan 2018 08:45:56 -0500 Subject: [PATCH] Removed a wait loop for serial to come up on BA3_TGA_Pro_2MEM.ino. This caused issues if no serial was connected --- examples/BA3_TGA_Pro_2MEM/BA3_TGA_Pro_2MEM.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/BA3_TGA_Pro_2MEM/BA3_TGA_Pro_2MEM.ino b/examples/BA3_TGA_Pro_2MEM/BA3_TGA_Pro_2MEM.ino index 4802dc6..49a83a5 100644 --- a/examples/BA3_TGA_Pro_2MEM/BA3_TGA_Pro_2MEM.ino +++ b/examples/BA3_TGA_Pro_2MEM/BA3_TGA_Pro_2MEM.ino @@ -59,7 +59,6 @@ void setup() { MIDI.begin(MIDI_CHANNEL_OMNI); Serial.begin(57600); - while (!Serial) {} delay(5); // If the codec was already powered up (due to reboot) power itd own first